mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
* Locales: use http-accept-language or "language"-cookie * Add user-setting "locale" Rename CULTURE to DEFAULT_LOCALE * Use LocaleMiddleware also in dev mode * CORS: don't require authentication on OPTIONS * Use a standard user-settings-control and start a new generic user settings page, not a separate page for the locale setting * Fixed (broken by myself) link-return handling * Clarify language settings * Removed unneeded files * Better user settings icon * Added localization hints Co-authored-by: Bernd Bestel <bernd@berrnd.de>
57 lines
1.4 KiB
Plaintext
57 lines
1.4 KiB
Plaintext
[main]
|
|
host = https://www.transifex.com
|
|
|
|
[grocy.chore_period_types]
|
|
file_filter = localization/<lang>/chore_period_types.po
|
|
source_file = localization/chore_period_types.pot
|
|
source_lang = en
|
|
type = PO
|
|
|
|
[grocy.chore_assignment_types]
|
|
file_filter = localization/<lang>/chore_assignment_types.po
|
|
source_file = localization/chore_assignment_types.pot
|
|
source_lang = en
|
|
type = PO
|
|
|
|
[grocy.component_translations]
|
|
file_filter = localization/<lang>/component_translations.po
|
|
source_file = localization/component_translations.pot
|
|
source_lang = en
|
|
type = PO
|
|
|
|
[grocy.demo_data]
|
|
file_filter = localization/<lang>/demo_data.po
|
|
source_file = localization/demo_data.pot
|
|
source_lang = en
|
|
type = PO
|
|
|
|
[grocy.stock_transaction_types]
|
|
file_filter = localization/<lang>/stock_transaction_types.po
|
|
source_file = localization/stock_transaction_types.pot
|
|
source_lang = en
|
|
type = PO
|
|
|
|
[grocy.strings]
|
|
file_filter = localization/<lang>/strings.po
|
|
source_file = localization/strings.pot
|
|
source_lang = en
|
|
type = PO
|
|
|
|
[grocy.userfield_types]
|
|
file_filter = localization/<lang>/userfield_types.po
|
|
source_file = localization/userfield_types.pot
|
|
source_lang = en
|
|
type = PO
|
|
|
|
[grocy.permissions]
|
|
file_filter = localization/<lang>/permissions.po
|
|
source_file = localization/permissions.pot
|
|
source_lang = en
|
|
type = PO
|
|
|
|
[grocy.locales]
|
|
file_filter = localization/<lang>/locales.po
|
|
source_file = localization/locales.pot
|
|
source_lang = en
|
|
type = PO
|