Files
pocket-id-pocket-id/frontend/project.inlang/settings.json
Patryk Mikołajczyk 66d47bf933 chore(translations): add Polish translations (#554)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
2025-05-21 15:13:07 +02:00

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"
}
}