This commit is contained in:
Uriel
2023-01-27 09:01:51 -03:00
committed by GitHub
parent 74351dbb00
commit f55f3e8afc
2 changed files with 22 additions and 0 deletions

2
.gitignore vendored
View File

@@ -7,6 +7,8 @@
# Ignore .idea
.idea
# Ignore .fleet
.fleet
# Ignore eclipse stuff
.project

20
l10n.toml Normal file
View File

@@ -0,0 +1,20 @@
# File format info: https://moz-l10n-config.readthedocs.io/en/latest/fileformat.html
basepath = "."
locales = [
"en-x-owo",
"es-419",
"et",
"fr",
"it",
"ja",
"ko",
"pl",
"pt-BR",
"vi",
"zh-Hans"
]
[[paths]]
reference = "gui/public/i18n/en/*.ftl"
l10n = "gui/public/i18n/{locale}/*.ftl"