mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
fix(l10n): Fix list of RTL languages
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
4f88123d2b
commit
234c44a77e
2 changed files with 0 additions and 2 deletions
|
|
@ -42,7 +42,6 @@ $rtlLanguages = [
|
|||
'ps', // Pashto,
|
||||
'ug', // 'Uyghurche / Uyghur
|
||||
'ur_PK', // Urdu
|
||||
'uz', // Uzbek Afghan
|
||||
];
|
||||
|
||||
$valid = 0;
|
||||
|
|
|
|||
|
|
@ -68,7 +68,6 @@ class Factory implements IFactory {
|
|||
'ps', // Pashto,
|
||||
'ug', // 'Uyghurche / Uyghur
|
||||
'ur_PK', // Urdu
|
||||
'uz', // Uzbek Afghan
|
||||
];
|
||||
|
||||
private ICache $cache;
|
||||
|
|
|
|||
Loading…
Reference in a new issue