Internal change that the demo instances (stable and pre-release) can be served through a single instance for all localizations (references #241)

This commit is contained in:
Bernd Bestel
2019-09-21 15:07:29 +02:00
parent 6e4117526b
commit d8360993cc
14 changed files with 65 additions and 22 deletions

View File

@@ -21,8 +21,8 @@
- Recipe improvements
- It's now possible to enter a "variable amount" (e. g. if a recipe needs "1 - 2 cups"), the original amount is still used for stock fulfillment checking (if enabled for that recipe ingredient)
- New translations: (thanks all the translators)
- Swedish (demo available at https://demo-sv.grocy.info)
- Polish (demo available at https://demo-pl.grocy.info)
- Swedish (demo available at https://sv_se.demo.grocy.info)
- Polish (demo available at https://pl.demo.grocy.info)
- Internal improvement: Localizations are now handled via gettext, both on server and client side
- Mainly to properly handle languages with more than 2 plural forms
- This involved some string changes which results in a needed (re)translation of about 20 strings (excluding demo data)