* adding Brazilian Portuguese translation; added a repository on Docker Hub to use in Umbrel — version ptbr jovaniojunior/kan-ptbr:latest * add notes to changelog.md * adjust pt-BR date format in date-fns * improve Portuguese integration across code functions and other small pt-BR tweaks * chore: gen missing translations --------- Co-authored-by: Henry <henry_ball@hotmail.co.uk>
14 lines
267 B
JSON
14 lines
267 B
JSON
{
|
|
"version": 0,
|
|
"locale": {
|
|
"source": "en",
|
|
"targets": ["fr", "de", "es", "it", "nl", "ru", "pl", "ptbr"]
|
|
},
|
|
"buckets": {
|
|
"po": {
|
|
"include": ["src/locales/[locale]/messages.po"]
|
|
}
|
|
},
|
|
"$schema": "https://lingo.dev/schema/i18n.json"
|
|
}
|