restreamer-ui-v2/.linguirc
Jan Stabenow f8a899ca0f
Add Polish translation (thx Robert Rykała) & improvements (repo-merge)
- Update language files
- Add Polish translation (thx Robert Rykała)

Co-Authored-By: Ingo Oppermann <57445+ioppermann@users.noreply.github.com>
2022-06-23 22:39:35 +02:00

25 lines
371 B
Plaintext

{
"catalogs": [
{
"path": "src/locales/{locale}/messages",
"include": [
"src/"
],
"exclude": [
"**/node_modules/**"
]
}
],
"format": "po",
"sourceLocale": "en",
"locales": [
"en",
"de",
"fr",
"it",
"pl",
"pt",
"es",
"ru"
]
}