From: Italo Rossi Date: Tue, 29 Mar 2016 21:59:53 +0000 (-0300) Subject: FS-8991 - [verto_communicator] Fixes for fr_FR and adding fr_CA X-Git-Tag: v1.6.7^2~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=040ee32f03f768c0d05eb5bc41a56a79a8511f3b;p=thirdparty%2Ffreeswitch.git FS-8991 - [verto_communicator] Fixes for fr_FR and adding fr_CA --- diff --git a/html5/verto/verto_communicator/src/locales/locale-fr.json b/html5/verto/verto_communicator/src/locales/locale-fr.json index 55e74b9e39..11dc43fc7f 100644 --- a/html5/verto/verto_communicator/src/locales/locale-fr.json +++ b/html5/verto/verto_communicator/src/locales/locale-fr.json @@ -139,5 +139,5 @@ "ERROR_PERMISSION_MEDIA": "Erreur: La permission d'accéder aux périphériques multimedia as été refusée", "ERROR_PROVISIONING_CONF": "Erreur: La configuration as échouée.", "PLEASE_WAIT": "Merci de patienter...", - "CANCEL": "Annuler", + "CANCEL": "Annuler" } diff --git a/html5/verto/verto_communicator/src/vertoApp/vertoApp.module.js b/html5/verto/verto_communicator/src/vertoApp/vertoApp.module.js index 63126cee4a..925969bc28 100644 --- a/html5/verto/verto_communicator/src/vertoApp/vertoApp.module.js +++ b/html5/verto/verto_communicator/src/vertoApp/vertoApp.module.js @@ -67,14 +67,15 @@ prefix: 'locales/locale-', suffix: '.json' }) - .registerAvailableLanguageKeys(['en', 'it', 'pt'], { + .registerAvailableLanguageKeys(['en', 'it', 'pt', 'fr'], { 'en': 'en', 'en_GB': 'en', 'en_US': 'en', 'it': 'it', 'it_IT': 'it', - 'fr': 'fr', - 'fr_FR': 'fr', + 'fr': 'fr', + 'fr_FR': 'fr', + 'fr_CA': 'fr', 'pt': 'pt', 'pt_BR': 'pt', 'pt_PT': 'pt'