mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-11-05 02:54:27 +03:00
2f386ff24d
* Update ckb-KU.json * Update settings.json * Update project.inlang.json
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"$schema": "https://inlang.com/schema/project-settings",
|
|
"sourceLanguageTag": "en",
|
|
"languageTags": [
|
|
"en",
|
|
"ar-SA",
|
|
"ca-ES",
|
|
"ckb-KU",
|
|
"cs-CZ",
|
|
"de-DE",
|
|
"es-VE",
|
|
"eu-ES",
|
|
"el-GR",
|
|
"fa",
|
|
"fr-CA",
|
|
"fr-FR",
|
|
"hu-HU",
|
|
"id-ID",
|
|
"it-IT",
|
|
"ja-JP",
|
|
"ko-KR",
|
|
"pl-PL",
|
|
"pt-BR",
|
|
"pt-PT",
|
|
"ru-RU",
|
|
"sv-SE",
|
|
"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": [
|
|
"@:"
|
|
]
|
|
}
|
|
}
|