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

--- Comment #5 from Jonathan Druart <[email protected]> ---
It's several things going wrong.

I've added Tibetan (bo-CN) to koha-l10n with empty files. Weblate generated the
files but without the headers.

When headers are in the po files, it starts with:
msgid ""

Koha-side, the translation script found an empty string and add it to some po
files, as it was not there already.

I've then added the headers because the sync script exploded because of missing
headers. But then it exploded again because of duplicated message (the empty
msgid).

This situation should not happen when everything is made correctly (ie. don't
forget the headers when creating new po files). But Koha should not pick empty
string for translation.

Nothing to do right now. Logging here more as a note for self.

May need to be fixed later anyway as we don't need to pick empty strings for
translation anyway.

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