mirror of
https://github.com/VERT-sh/VERT
synced 2026-04-25 17:15:10 +02:00
- Add Bosnian translation file - Update project settings to include new Bosnian locale - Register Bosnian language in locale store with proper display name Signed-off-by: Omar <omar.brbutovic@gmail.com>
29 lines
495 B
JSON
29 lines
495 B
JSON
{
|
|
"$schema": "https://inlang.com/schema/project-settings",
|
|
"baseLocale": "en",
|
|
"locales": [
|
|
"en",
|
|
"es",
|
|
"fr",
|
|
"de",
|
|
"it",
|
|
"ba",
|
|
"hr",
|
|
"tr",
|
|
"ja",
|
|
"ko",
|
|
"el",
|
|
"id",
|
|
"zh-Hans",
|
|
"zh-Hant",
|
|
"pt-BR"
|
|
],
|
|
"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": "./messages/{locale}.json"
|
|
}
|
|
}
|