mirror of
https://github.com/qarmin/czkawka
synced 2024-10-31 21:20:19 +00:00
77a48ca6aa
* Reformat code with idea tool * Pierwsza działająca wersja tłumaczeń * Działa? I dobrze, bo ma działać * Ćma szła i się potkła * Ściął śmiałek źółty rząd pąków.
14 lines
457 B
TOML
14 lines
457 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"
|
|
|
|
# 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"
|
|
|