Skip to content

Commit

Permalink
fix(l10n): Fix list of RTL languages
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Sep 27, 2024
1 parent 4f88123 commit 234c44a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build/translation-checker.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
'ps', // Pashto,
'ug', // 'Uyghurche / Uyghur
'ur_PK', // Urdu
'uz', // Uzbek Afghan
];

$valid = 0;
Expand Down
1 change: 0 additions & 1 deletion lib/private/L10N/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ class Factory implements IFactory {
'ps', // Pashto,
'ug', // 'Uyghurche / Uyghur
'ur_PK', // Urdu
'uz', // Uzbek Afghan
];

private ICache $cache;
Expand Down

0 comments on commit 234c44a

Please sign in to comment.