Skip to content

Commit

Permalink
fix(rtl): Fix list of RTL languages
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Aug 20, 2024
1 parent 2415752 commit ad9d7dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/private/L10N/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ class Factory implements IFactory {
];

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

private ICache $cache;
Expand Down

0 comments on commit ad9d7dc

Please sign in to comment.