mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 23:02:56 +03:00
24 lines
443 B
JSON
24 lines
443 B
JSON
{
|
|
"$schema": "https://inlang.com/schema/project-settings",
|
|
"baseLocale": "en-US",
|
|
"locales": [
|
|
"en-US",
|
|
"nl-NL",
|
|
"ru-RU",
|
|
"de-DE",
|
|
"fr-FR",
|
|
"cs-CZ",
|
|
"pt-BR",
|
|
"it-IT",
|
|
"zh-CN",
|
|
"pl-PL"
|
|
],
|
|
"modules": [
|
|
"./node_modules/@inlang/plugin-message-format/dist/index.js",
|
|
"./node_modules/@inlang/plugin-m-function-matcher/dist/index.js"
|
|
],
|
|
"plugin.inlang.messageFormat": {
|
|
"pathPattern": "./messages/{locale}.json"
|
|
}
|
|
}
|