Files
SlimeVR-Server/l10n.toml
2023-02-02 17:49:16 -03:00

25 lines
344 B
TOML

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