Skip to content

Commit

Permalink
MWPW-125482 Adding dir property in config locale list (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
aishwaryamathuria authored May 29, 2023
1 parent 2936d0b commit 62e91a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions creativecloud/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ const locales = {
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 62e91a7

Please sign in to comment.