http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6084
Bug #: 6084
Summary: Missing translation markers in javascript alert
messages
Classification: Unclassified
Change sponsored?: ---
Product: Koha
Version: rel_3_4
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: I18N/L10N
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
It seems the translation tool is not picking up alert messages for translations
when they are not properly formatted:
Bad:
alert("Your text will stay English forever!");
Good:
alert(_("Your text will be translatable!"));
A quick look at the code reveals a lot of translation problems in this area.
--
Configure bugmail:
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
_______________________________________________
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/