mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-07-22 13:33:39 -04:00
35 lines
610 B
JSON
35 lines
610 B
JSON
{
|
|
"$schema": "https://inlang.com/schema/project-settings",
|
|
"baseLocale": "en-US",
|
|
"locales": [
|
|
"bg-BG",
|
|
"cs-CZ",
|
|
"de-DE",
|
|
"en-US",
|
|
"es-ES",
|
|
"fr-FR",
|
|
"hi-IN",
|
|
"id-ID",
|
|
"it-IT",
|
|
"ja-JP",
|
|
"ko-KR",
|
|
"nl-NL",
|
|
"nb-NO",
|
|
"pl-PL",
|
|
"pt-PT",
|
|
"ru-RU",
|
|
"uk-UA",
|
|
"vi-VN",
|
|
"zh-TW",
|
|
"zh-CN"
|
|
],
|
|
"modules": [
|
|
"https://cdn.jsdelivr.net/npm/@inlang/plugin-message-format@4/dist/index.js",
|
|
"https://cdn.jsdelivr.net/npm/@inlang/plugin-m-function-matcher@2/dist/index.js"
|
|
],
|
|
"plugin.inlang.messageFormat": {
|
|
"pathPattern": "./translations/{locale}.json"
|
|
},
|
|
"telemetry": "off"
|
|
}
|