[Koha-bugs] [Bug 18634] Missing empty line at end of opac.pref

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 14 15:06:06 CEST 2017


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

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

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

--- Comment #25 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
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.


More information about the Koha-bugs mailing list