10 lines
287 B
TOML
10 lines
287 B
TOML
|
# The language identifier of the language used in the
|
||
|
# source code for gettext system, and the primary fallback language
|
||
|
# (for which all strings must be present) when using the fluent
|
||
|
# system.
|
||
|
fallback_language = "en"
|
||
|
|
||
|
[fluent]
|
||
|
# The path to the assets directory.
|
||
|
assets_dir = "i18n"
|