[Bug 32397] New: Language falls back to default if changing the language to german and try to access the tools in the staff interface
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32397 Bug ID: 32397 Summary: Language falls back to default if changing the language to german and try to access the tools in the staff interface Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: I18N/L10N Assignee: koha-bugs@lists.koha-community.org Reporter: pascal.uphaus@gwdg.de QA Contact: testopia@bugs.koha-community.org CC: frederic@tamil.fr Test plan: 1. Install the german language to the koha instance running the main/master version 2. Enable the language via the systempreferences (language, OPAClanguages and opaclanguagesdisplay) 3. Changing the language to german 4. Access the tools in the staff interface 5. Result: the complete language of the staff interface is english I tested it with the french language and it works -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32397 Victor Grousset/tuxayo <victor@tuxayo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |victor@tuxayo.net --- Comment #1 from Victor Grousset/tuxayo <victor@tuxayo.net> --- I have almost the same thing on my local Koha (using koha-testing-docker), when trying to switch the UI to German, it fails an goes back to English. It's certainly related to the error I got when deploying the translation: root@kohadevbox:koha(testing-SO-QA)$ cd misc/translator ; ./translate update de-DE ; cd - /kohadevbox/koha root@kohadevbox:koha(testing-SO-QA)$ cd misc/translator ; ./translate install de-DE ; cd - %s: Completely confused parametrizing -- msgid: Unbekannter Status "%s% Koha directories hierarchy for de-DE must be created first /kohadevbox/koha It interferes with testing patches related to translation and if not fixed will likely to be a problem for 23.05 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32397 --- Comment #2 from Victor Grousset/tuxayo <victor@tuxayo.net> --- Nothing wrong in any log (/var/log/koha/kohadev/*) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32397 --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- It's not falling back I think, but you have run into the translation bug that ws fixed in the most recent packages but not on master yet I believe - it will be fixed in .01. There are 2 fatal errors in the po files currently that prevent all template files form being created. If you fix them locally, remove the language and install the language again, it should be fixed: #: koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt:145 #, c-format msgid "Are you sure you want to delete \"%s\"?" -msgstr "Sind Sie sicher, dass Sie \"%s% löschen möchten?" +msgstr "Sind Sie sicher, dass Sie '%s' löschen möchten?" #. For the first occurrence, #. SCRIPT @@ -66875,7 +66875,7 @@ msgstr "Unbekannter Datensatztyp, kann nicht importiert werden" #: koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc:272 #, c-format msgid "Unknown status \"%s\"" -msgstr "Unbekannter Status \"%s%" +msgstr "Unbekannter Status \"%s\"" Not: REMOVE the language, there also is a bug in update right now we are about to fix. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32397 --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Well, it IS falling back, because the German file is just not there. :( Sorry for that mess. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32397 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #5 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- This should have been resolved since with fixed po files in all releases after 22.11.0 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org