mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-06 02:01:58 +02:00
add l10n (#519)
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -7,6 +7,8 @@
|
||||
# Ignore .idea
|
||||
.idea
|
||||
|
||||
# Ignore .fleet
|
||||
.fleet
|
||||
|
||||
# Ignore eclipse stuff
|
||||
.project
|
||||
|
||||
20
l10n.toml
Normal file
20
l10n.toml
Normal 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"
|
||||
Reference in New Issue
Block a user