diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2024-09-27 22:16:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-27 22:16:29 +0200 |
commit | 341b31b1943943c4cb8cf0e48a5e6eb444949526 (patch) | |
tree | c36208810715db218956308029625962bf0f8aef /lib | |
parent | 4f88123d2ba649fb6fe2df3d069a297c101dd019 (diff) | |
parent | 234c44a77e024c85cbc5beaf7fa5da48c94db471 (diff) | |
download | nextcloud-server-341b31b1943943c4cb8cf0e48a5e6eb444949526.tar.gz nextcloud-server-341b31b1943943c4cb8cf0e48a5e6eb444949526.zip |
Merge pull request #48419 from nextcloud/bugfix/noid/fix-rtl-language-list
fix(l10n): Fix list of RTL languages
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/L10N/Factory.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/L10N/Factory.php b/lib/private/L10N/Factory.php index a519ae7e761..ecf7381ba99 100644 --- a/lib/private/L10N/Factory.php +++ b/lib/private/L10N/Factory.php @@ -68,7 +68,6 @@ class Factory implements IFactory { 'ps', // Pashto, 'ug', // 'Uyghurche / Uyghur 'ur_PK', // Urdu - 'uz', // Uzbek Afghan ]; private ICache $cache; |