https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32397

--- Comment #3 from Katrin Fischer <katrin.fisc...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to