mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-07-24 22:44:27 -04:00
* Create ko-KR.json * Update settings.json * Update +page.svelte * Update locale.ts * Update locale.ts
28 lines
533 B
JSON
28 lines
533 B
JSON
{
|
|
"$schema": "https://inlang.com/schema/project-settings",
|
|
"baseLocale": "en-US",
|
|
"locales": [
|
|
"de-DE",
|
|
"en-US",
|
|
"es-ES",
|
|
"fr-FR",
|
|
"id-ID",
|
|
"it-IT",
|
|
"ja-JP",
|
|
"ko-KR",
|
|
"nl-NL",
|
|
"pl-PL",
|
|
"pt-PT",
|
|
"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"
|
|
}
|