forked from 0x2620/oxjs
add hindi locale
This commit is contained in:
parent
fa08e25a3e
commit
d9e31175bf
2 changed files with 284 additions and 2 deletions
|
|
@ -59,9 +59,10 @@ Ox.LOCALE = 'en';
|
|||
//@ Ox.LOCALE_NAMES <o> Locale names
|
||||
Ox.LOCALE_NAMES = {
|
||||
'ar': 'العربية',
|
||||
'de': 'Deutsch',
|
||||
// 'de': 'Deutsch',
|
||||
'en': 'English',
|
||||
'fr': 'Français'
|
||||
// 'fr': 'Français',
|
||||
'hi': 'हिंदी'
|
||||
};
|
||||
//@ Ox.LOCALES <o> Locales per module
|
||||
Ox.LOCALES = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue