aboutsummaryrefslogtreecommitdiff
path: root/apps/web/public/translations/languages.json
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/public/translations/languages.json')
-rw-r--r--apps/web/public/translations/languages.json150
1 files changed, 150 insertions, 0 deletions
diff --git a/apps/web/public/translations/languages.json b/apps/web/public/translations/languages.json
new file mode 100644
index 00000000..b05d868f
--- /dev/null
+++ b/apps/web/public/translations/languages.json
@@ -0,0 +1,150 @@
+[
+ {
+ "locale": "ar",
+ "label": "عربي"
+ },
+ {
+ "locale": "ca",
+ "label": "Català"
+ },
+ {
+ "locale": "cs",
+ "label": "Čeština"
+ },
+ {
+ "locale": "da",
+ "label": "Danish"
+ },
+ {
+ "locale": "de",
+ "label": "Deutsch"
+ },
+ {
+ "locale": "en",
+ "label": "English"
+ },
+ {
+ "locale": "es",
+ "label": "Español"
+ },
+ {
+ "locale": "fa",
+ "label": "فارسی"
+ },
+ {
+ "locale": "fi",
+ "label": "Suomi"
+ },
+ {
+ "locale": "fr",
+ "label": "Français"
+ },
+ {
+ "locale": "gl",
+ "label": "Galego"
+ },
+ {
+ "locale": "he",
+ "label": "עברית"
+ },
+ {
+ "locale": "hr",
+ "label": "Hrvatski"
+ },
+ {
+ "locale": "id",
+ "label": "Bahasa Indonesia"
+ },
+ {
+ "locale": "it",
+ "label": "Italiano"
+ },
+ {
+ "locale": "ja",
+ "label": "日本語"
+ },
+ {
+ "locale": "ko-kr",
+ "label": "한국어"
+ },
+ {
+ "locale": "ku",
+ "label": "کوردی"
+ },
+ {
+ "locale": "hi-in",
+ "label": "हिन्दी"
+ },
+ {
+ "locale": "hu",
+ "label": "Magyar"
+ },
+ {
+ "locale": "my",
+ "label": "မြန်မာစာ"
+ },
+ {
+ "locale": "ne",
+ "label": "नेपाली"
+ },
+ {
+ "locale": "no",
+ "label": "Norwegian"
+ },
+ {
+ "locale": "pl",
+ "label": "Polski"
+ },
+ {
+ "locale": "pt-br",
+ "label": "Português - Brasil"
+ },
+ {
+ "locale": "pt-pt",
+ "label": "Português - Europeu"
+ },
+ {
+ "locale": "ro",
+ "label": "Română"
+ },
+ {
+ "locale": "ru",
+ "label": "Russian"
+ },
+ {
+ "locale": "sl",
+ "label": "Slovenščina"
+ },
+ {
+ "locale": "sv",
+ "label": "Svenska"
+ },
+ {
+ "locale": "te",
+ "label": "తెలుగు"
+ },
+ {
+ "locale": "th",
+ "label": "ภาษาไทย"
+ },
+ {
+ "locale": "tr",
+ "label": "Türkçe"
+ },
+ {
+ "locale": "uk",
+ "label": "Ukrainian"
+ },
+ {
+ "locale": "vi",
+ "label": "Tiếng Việt"
+ },
+ {
+ "locale": "zh-cn",
+ "label": "简体中文"
+ },
+ {
+ "locale": "zh-tw",
+ "label": "繁體中文 (台灣)"
+ }
+]