From df59c90aa77d873816df06ff43336eaae9b2f971 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Tue, 1 Apr 2014 14:14:46 +0000 Subject: [PATCH] include unfinished locale names --- source/Ox/js/Constants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Ox/js/Constants.js b/source/Ox/js/Constants.js index e6f443bd..9539a25a 100644 --- a/source/Ox/js/Constants.js +++ b/source/Ox/js/Constants.js @@ -59,10 +59,10 @@ Ox.LOCALE = 'en'; //@ Ox.LOCALE_NAMES Locale names Ox.LOCALE_NAMES = { 'ar': 'العربية', -// 'de': 'Deutsch', + 'de': 'Deutsch', 'el': 'Ελληνικά', 'en': 'English', -// 'fr': 'Français', + 'fr': 'Français', 'hi': 'हिन्दी' }; //@ Ox.LOCALES Locales per module