Because JS translation depends on filenames in .po file (s.location LIKE '%.js%') in _locale_rebuild_js()

It should include the location info for JS files (at least ".js" as location, so it will work with the JS translation in D6/7).

Comments

gábor hojtsy’s picture

Agreed, thanks for submitting!

gábor hojtsy’s picture

Status: Active » Needs review
StatusFileSize
new2.16 KB

Here is a proposed patch. Looking for testers.

gábor hojtsy’s picture

Anybody interested in helping to test this? I'd love to get this fixed soon.

andypost’s picture

glad to test this but a week latter

tobiasb’s picture

StatusFileSize
new1.37 KB

Added a new patch without hunks.

I get this as result:

#: in.js
msgid "An HTTP error @status occured."
msgstr "Ein HTTP Fehler @status ist aufgetreten."

(l10n_client)

SebCorbin’s picture

Version: 6.x-2.x-dev » 7.x-1.x-dev
Issue summary: View changes
StatusFileSize
new1.06 KB

Rerolled against 7.x, will test that soon