mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-06 02:01:58 +02:00
24 lines
334 B
TOML
24 lines
334 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",
|
|
'nl',
|
|
"pl",
|
|
"pt-BR",
|
|
"vi",
|
|
"zh-Hans",
|
|
"zh-Hant",
|
|
]
|
|
|
|
[[paths]]
|
|
reference = "gui/public/i18n/en/*.ftl"
|
|
l10n = "gui/public/i18n/{locale}/*.ftl"
|