Skip to content

Commit

Permalink
fix: Keep only fully translated languages
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed Dec 19, 2024
1 parent 39448bd commit b661641
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/Rozier/src/RozierApp.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,8 @@ class RozierApp extends AppController
public const DEFAULT_ITEM_PER_PAGE = 50;

public static array $backendLanguages = [
'Arabic' => 'ar',
'English' => 'en',
'Español' => 'es',
'Français' => 'fr',
'Indonesian' => 'id',
'Italiano' => 'it',
'Türkçe' => 'tr',
'Русский язык' => 'ru',
'српска ћирилица' => 'sr',
'中文' => 'zh',
];

public static function getSubscribedServices(): array
Expand Down

0 comments on commit b661641

Please sign in to comment.