mirror of https://github.com/qarmin/czkawka.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
457 B
13 lines
457 B
# (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" |
|
|
|
# Use the fluent localization system. |
|
[fluent] |
|
# (Required) The path to the assets directory. |
|
# The paths inside the assets directory should be structured like so: |
|
# `assets_dir/{language}/{domain}.ftl` |
|
assets_dir = "i18n" |
|
|
|
|