Skip to content

Commit ad9d7dc

Browse files
committed
fix(rtl): Fix list of RTL languages
Signed-off-by: Joas Schilling <[email protected]>
1 parent 2415752 commit ad9d7dc

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

lib/private/L10N/Factory.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ class Factory implements IFactory {
5959
];
6060

6161
public const RTL_LANGUAGES = [
62-
'ae', 'ar', 'arc', 'arz', 'bcc', 'bqi', 'ckb', 'dv', 'fa', 'glk',
63-
'ha', 'he', 'khw', 'ks', 'ku', 'mzn', 'nqo', 'pnb', 'ps', 'sd', 'ug',
64-
'ur', 'uzs', 'yi',
62+
'ar', 'dv', 'fa', 'ha', 'he', 'ks', 'ku', 'ps', 'sd', 'ug', 'ur_PK', 'uz', 'yi',
6563
];
6664

6765
private ICache $cache;

0 commit comments

Comments
 (0)