From ed07880ad8f705061a1a00f8ba3c35e22b04973e Mon Sep 17 00:00:00 2001 From: jannesblobel <72493222+jannesblobel@users.noreply.github.com> Date: Mon, 20 Nov 2023 15:25:39 +0100 Subject: [PATCH] add project inlang json --- project.inlang.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 project.inlang.json diff --git a/project.inlang.json b/project.inlang.json new file mode 100644 index 00000000..c0ba1a5c --- /dev/null +++ b/project.inlang.json @@ -0,0 +1,13 @@ +{ + "$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"], + "modules": [ + "https://cdn.jsdelivr.net/npm/@inlang/plugin-i18next@latest/dist/index.js" + ], + "plugin.inlang.i18next": { + "pathPattern": { + "common": "./public/locales/{languageTag}/common.json" + } + } +} \ No newline at end of file