Skip to content

Commit af83302

Browse files
author
roadiz-ci
committed
fix: Keep only fully translated languages
1 parent f9b113d commit af83302

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/RozierApp.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,8 @@ class RozierApp extends AppController
3535
public const DEFAULT_ITEM_PER_PAGE = 50;
3636

3737
public static array $backendLanguages = [
38-
'Arabic' => 'ar',
3938
'English' => 'en',
40-
'Español' => 'es',
4139
'Français' => 'fr',
42-
'Indonesian' => 'id',
43-
'Italiano' => 'it',
44-
'Türkçe' => 'tr',
45-
'Русский язык' => 'ru',
46-
'српска ћирилица' => 'sr',
47-
'中文' => 'zh',
4840
];
4941

5042
public static function getSubscribedServices(): array

0 commit comments

Comments
 (0)