From 30b787ce5ecd36c2cb3c7589a0e124908056d9c7 Mon Sep 17 00:00:00 2001 From: jannesblobel <72493222+jannesblobel@users.noreply.github.com> Date: Mon, 20 Nov 2023 15:27:48 +0100 Subject: [PATCH] remove invalide langauge tag format --- project.inlang.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.inlang.json b/project.inlang.json index c0ba1a5c..ee59a921 100644 --- a/project.inlang.json +++ b/project.inlang.json @@ -1,7 +1,7 @@ { "$schema": "https://inlang.com/schema/project-settings", "sourceLanguageTag": "en", - "languageTags": ["af", "ar", "bg", "ca", "cs", "da", "de", "el", "en", "eo", "es", "eu", "fi", "fr", "he", "hi", "hr", "hu", "id", "it", "ja", "ko", "lv", "ms", "nb-NO", "nl", "no", "pl", "pt-BR", "pt", "pt_BR", "ro", "ru", "sk", "sl", "sr", "sv", "te", "th", "tr", "uk", "vi", "yue", "zh-CN", "zh-Hans", "zh-Hant"], + "languageTags": ["af", "ar", "bg", "ca", "cs", "da", "de", "el", "en", "eo", "es", "eu", "fi", "fr", "he", "hi", "hr", "hu", "id", "it", "ja", "ko", "lv", "ms", "nb-NO", "nl", "no", "pl", "pt-BR", "pt", "ro", "ru", "sk", "sl", "sr", "sv", "te", "th", "tr", "uk", "vi", "yue", "zh-CN", "zh-Hans", "zh-Hant"], "modules": [ "https://cdn.jsdelivr.net/npm/@inlang/plugin-i18next@latest/dist/index.js" ],