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

Marcel de Rooy <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #25 from Marcel de Rooy <[email protected]> ---
Have debugged LangInstaller a *bit*:
And found that this part in the PO file seems to be the source of the problems:

# OPAC > Payments
msgid "opac.pref Payments"
msgstr "Vie privée"

# OPAC > Policy
msgid "opac.pref Policy"
msgstr "Politique"

# OPAC > Privacy
msgid "opac.pref Privacy"
msgstr "Vie privée"

When you install fr-CA both tabs Payments and Privacy are translated to Vie
privee. In the code in LangInstaller, in the for loop around line 335 (for my
$section) this causes an overwrite of the Payments hash by the Privacy hash.

Please create a unique translated key for each tab, and your problem should be
gone.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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