blue-recorder/i18n.toml

15 lines
501 B
TOML
Raw Normal View History

2023-12-03 05:49:46 +03:00
# (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"