Skip to content

Commit

Permalink
New Tornedalen, Finland Crowdin translations by Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
joomla-translation-bot committed Jan 31, 2024
1 parent 4290724 commit c224594
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
// phpcs:enable PSR1.Files.SideEffects

/**
* en-GB localise class.
* fi_FI localise class.
*
* @since 1.6
*/
abstract class En_GBLocalise
abstract class Fi_FILocalise
{
/**
* Returns the potential suffixes for a specific number of items
Expand Down Expand Up @@ -53,7 +53,7 @@ public static function getPluralSuffixes($count)
*/
public static function getIgnoredSearchWords()
{
return ['and', 'in', 'on'];

}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
// phpcs:enable PSR1.Files.SideEffects

/**
* en-GB localise class.
* fi_FI localise class.
*
* @since 1.6
*/
abstract class En_GBLocalise
abstract class Fi_FILocalise
{
/**
* Returns the potential suffixes for a specific number of items
Expand Down

0 comments on commit c224594

Please sign in to comment.