From 26a124951dd7375c7509f3740c00eb9f4bbcc531 Mon Sep 17 00:00:00 2001 From: jannesblobel <72493222+jannesblobel@users.noreply.github.com> Date: Mon, 20 Nov 2023 15:58:08 +0100 Subject: [PATCH] inlang: install module --- project.inlang.json | 59 ++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 53 insertions(+), 6 deletions(-) diff --git a/project.inlang.json b/project.inlang.json index ee59a921..8fde2b44 100644 --- a/project.inlang.json +++ b/project.inlang.json @@ -1,13 +1,60 @@ { "$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", "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" + "https://cdn.jsdelivr.net/npm/@inlang/plugin-i18next@latest/dist/index.js", + "https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-missing-translation@latest/dist/index.js" ], "plugin.inlang.i18next": { - "pathPattern": { - "common": "./public/locales/{languageTag}/common.json" - } - } + "pathPattern": { + "common": "./public/locales/{languageTag}/common.json" + } + } } \ No newline at end of file