Skip to content

Commit

Permalink
Croatian translation #839
Browse files Browse the repository at this point in the history
  • Loading branch information
jorikfon committed Jan 6, 2025
1 parent a22cf0e commit f1a1b10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/AdminCabinet/Controllers/LanguageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ public static function getAvailableWebAdminLanguages(): array
'th' => ['name' => $translation->_('ex_Thai'), 'flag' => 'thailand'],
'hu' => ['name' => $translation->_('ex_Hungarian'), 'flag' => 'hungary'],
'fi' => ['name' => $translation->_('ex_Finnish'), 'flag' => 'finland'],
'hr' => ['name' => $translation->_('ex_Croatian'), 'flag' => 'croatia'],
'zh_Hans' => ['name' => $translation->_('ex_Chinese'), 'flag' => 'china'],
];
}
Expand Down
1 change: 1 addition & 0 deletions src/Common/Providers/MessagesProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ public static function getAvailableLanguages():array
'ex_Thai' => 'ไทย',
'ex_Finnish' => 'Suomi',
'ex_Hungarian' => 'Magyar',
'ex_Croatian' => 'Hrvatski',
];
}
}

0 comments on commit f1a1b10

Please sign in to comment.