From 152b066a0b9e1a07a1a6c6fb5741db63c28b6b6f Mon Sep 17 00:00:00 2001 From: Eliot Berriot <contact@eliotberriot.com> Date: Wed, 4 Jul 2018 17:52:04 +0200 Subject: [PATCH] Added changelog and js conf to use arabic --- front/locales/ar/LC_MESSAGES/{ar.po => app.po} | 0 front/src/locales.js | 4 ++++ 2 files changed, 4 insertions(+) rename front/locales/ar/LC_MESSAGES/{ar.po => app.po} (100%) diff --git a/front/locales/ar/LC_MESSAGES/ar.po b/front/locales/ar/LC_MESSAGES/app.po similarity index 100% rename from front/locales/ar/LC_MESSAGES/ar.po rename to front/locales/ar/LC_MESSAGES/app.po diff --git a/front/src/locales.js b/front/src/locales.js index 1253354c..d4c01401 100644 --- a/front/src/locales.js +++ b/front/src/locales.js @@ -1,6 +1,10 @@ /* eslint-disable */ export default { "locales": [ + { + "code": "ar", + "label": "العربية" + }, { "code": "en_US", "label": "English (United-States)" -- GitLab