fix(l10n): Fix list of RTL languages

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2024-09-27 12:50:30 +02:00
parent 4f88123d2b
commit 234c44a77e
No known key found for this signature in database
GPG key ID: F72FA5B49FFA96B0
2 changed files with 0 additions and 2 deletions

View file

@ -42,7 +42,6 @@ $rtlLanguages = [
'ps', // Pashto,
'ug', // 'Uyghurche / Uyghur
'ur_PK', // Urdu
'uz', // Uzbek Afghan
];
$valid = 0;

View file

@ -68,7 +68,6 @@ class Factory implements IFactory {
'ps', // Pashto,
'ug', // 'Uyghurche / Uyghur
'ur_PK', // Urdu
'uz', // Uzbek Afghan
];
private ICache $cache;