blue-recorder/i18n.toml
2023-12-03 04:49:46 +02:00
Ask

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"