Skip to content

Commit

Permalink
Merge pull request #118 from aishwaryamathuria/main
Browse files Browse the repository at this point in the history
MWPW-125482 Add dir property to rtl locales
  • Loading branch information
Dli3 authored Jun 7, 2023
2 parents c89272d + a9fa8ad commit 0bf32bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ const CONFIG = {
bg: { ietf: 'bg-BG', tk: 'aaz7dvd.css' },
ru: { ietf: 'ru-RU', tk: 'aaz7dvd.css' },
ua: { ietf: 'uk-UA', tk: 'aaz7dvd.css' },
il_he: { ietf: 'he', tk: 'nwq1mna.css' },
ae_ar: { ietf: 'ar', tk: 'nwq1mna.css' },
mena_ar: { ietf: 'ar', tk: 'dis2dpj.css' },
sa_ar: { ietf: 'ar', tk: 'nwq1mna.css' },
il_he: { ietf: 'he', tk: 'nwq1mna.css', dir: 'rtl' },
ae_ar: { ietf: 'ar', tk: 'nwq1mna.css', dir: 'rtl' },
mena_ar: { ietf: 'ar', tk: 'dis2dpj.css', dir: 'rtl' },
sa_ar: { ietf: 'ar', tk: 'nwq1mna.css', dir: 'rtl' },
// Asia Pacific
au: { ietf: 'en-AU', tk: 'pps7abe.css' },
hk_en: { ietf: 'en-HK', tk: 'pps7abe.css' },
Expand Down

0 comments on commit 0bf32bf

Please sign in to comment.