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
{8834c090b87ce3f4cbc924eaf41b8903362d06fc true 501 i18n.toml 0xc004b4ff10}
# (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"
|