Merge pull request #48419 from nextcloud/bugfix/noid/fix-rtl-language-list

fix(l10n): Fix list of RTL languages
This commit is contained in:
Joas Schilling 2024-09-27 22:16:29 +02:00 committed by GitHub
commit 341b31b194
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;