include unfinished locale names
This commit is contained in:
parent
0e9ff5a7b7
commit
df59c90aa7
1 changed files with 2 additions and 2 deletions
|
@ -59,10 +59,10 @@ Ox.LOCALE = 'en';
|
||||||
//@ Ox.LOCALE_NAMES <o> Locale names
|
//@ Ox.LOCALE_NAMES <o> Locale names
|
||||||
Ox.LOCALE_NAMES = {
|
Ox.LOCALE_NAMES = {
|
||||||
'ar': 'العربية',
|
'ar': 'العربية',
|
||||||
// 'de': 'Deutsch',
|
'de': 'Deutsch',
|
||||||
'el': 'Ελληνικά',
|
'el': 'Ελληνικά',
|
||||||
'en': 'English',
|
'en': 'English',
|
||||||
// 'fr': 'Français',
|
'fr': 'Français',
|
||||||
'hi': 'हिन्दी'
|
'hi': 'हिन्दी'
|
||||||
};
|
};
|
||||||
//@ Ox.LOCALES <o> Locales per module
|
//@ Ox.LOCALES <o> Locales per module
|
||||||
|
|
Loading…
Reference in a new issue