mirror of
https://github.com/xlmnxp/blue-recorder.git
synced 2024-11-23 17:13:11 +03:00
15 lines
501 B
TOML
15 lines
501 B
TOML
|
# (Required) 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-US"
|
||
|
|
||
|
# Use the gettext localization system.
|
||
|
[gettext]
|
||
|
# (Required) The languages that the software will be translated into.
|
||
|
target_languages = ["ar"]
|
||
|
|
||
|
# (Required) Path to the output directory, relative to `i18n.toml` of
|
||
|
# the crate being localized.
|
||
|
output_dir = "i18n"
|