From 536565c5436805467eb065336d6ea4efe7298b02 Mon Sep 17 00:00:00 2001 From: Jack Allnutt Date: Tue, 11 Feb 2014 23:23:08 +0000 Subject: [PATCH] Add missing mappings to translations.json and order file based on language code --- client/src/translations/translations.json | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/client/src/translations/translations.json b/client/src/translations/translations.json index 3e85af9..905010c 100644 --- a/client/src/translations/translations.json +++ b/client/src/translations/translations.json @@ -1,16 +1,20 @@ { - "en-gb": "English (British)", + "cs": "Čeština", "de-de": "Deutsch", - "pt-br": "Português (Brasil)", + "en-gb": "English (British)", + "es": "Español", "es-419": "Español (Latino America)", - "no": "Norsk", "fr": "Français", "he": "Hebrew", - "nl": "Dutch", + "it": "Italiano", + "nl": "Nederlands", + "no": "Norsk", + "pl": "Polski", + "pt-br": "Português (Brasil)", + "ro": "Română", "ru": "русский", - "vi": "Tiếng Việt", "tr": "Türkçe", - "ro": "Română", - "it": "Italiano", + "uk": "Українська", + "vi": "Tiếng Việt", "zh-tw": "中文 (繁體)" } -- 2.25.1