2023-09-23 17:41:56 +02:00
|
|
|
{
|
2023-10-11 21:15:59 +11:00
|
|
|
"$schema": "https://inlang.com/schema/project-settings",
|
2025-06-23 09:18:21 +08:00
|
|
|
"sourceLanguageTag": "en-US",
|
2023-10-11 21:15:59 +11:00
|
|
|
"languageTags": [
|
2025-06-23 09:18:21 +08:00
|
|
|
"en-US",
|
|
|
|
"en-GB",
|
2023-10-11 21:15:59 +11:00
|
|
|
"ar-SA",
|
|
|
|
"ca-ES",
|
2024-04-05 04:55:12 +03:30
|
|
|
"ckb-KU",
|
2024-03-09 05:25:04 +01:00
|
|
|
"cs-CZ",
|
2023-10-11 21:15:59 +11:00
|
|
|
"de-DE",
|
|
|
|
"es-VE",
|
|
|
|
"eu-ES",
|
2024-03-16 10:53:34 +07:00
|
|
|
"el-GR",
|
2023-10-11 21:15:59 +11:00
|
|
|
"fa",
|
|
|
|
"fr-CA",
|
|
|
|
"fr-FR",
|
|
|
|
"hu-HU",
|
|
|
|
"id-ID",
|
|
|
|
"it-IT",
|
|
|
|
"ja-JP",
|
|
|
|
"ko-KR",
|
|
|
|
"pl-PL",
|
|
|
|
"pt-BR",
|
|
|
|
"pt-PT",
|
|
|
|
"ru-RU",
|
2024-03-31 06:15:51 +02:00
|
|
|
"sv-SE",
|
2023-10-11 21:15:59 +11:00
|
|
|
"tr-TR",
|
|
|
|
"vi",
|
|
|
|
"vi-VN",
|
|
|
|
"zh-CN",
|
|
|
|
"zh-TW"
|
|
|
|
],
|
|
|
|
"modules": [
|
|
|
|
"https://cdn.jsdelivr.net/npm/@inlang/plugin-i18next@4/dist/index.js",
|
|
|
|
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-empty-pattern@1/dist/index.js",
|
|
|
|
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-identical-pattern@1/dist/index.js",
|
|
|
|
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-without-source@1/dist/index.js",
|
|
|
|
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-missing-translation@1/dist/index.js"
|
|
|
|
],
|
|
|
|
"plugin.inlang.i18next": {
|
|
|
|
"pathPattern": "./frontend/resources/translations/{languageTag}.json",
|
|
|
|
"variableReferencePattern": [
|
|
|
|
"@:"
|
|
|
|
]
|
|
|
|
}
|
2024-04-05 04:55:12 +03:30
|
|
|
}
|