1
0
Fork 0
forked from 0x2620/oxjs

add hindi locale

This commit is contained in:
j 2013-12-27 10:55:00 +00:00
commit d9e31175bf
2 changed files with 284 additions and 2 deletions

View file

@ -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 = {};