GNOME Bugzilla – Bug 657759
can't use concatenation with translated strings
Last modified: 2011-09-01 13:20:46 UTC
I need to know what comes after these strings to translate them correctly: ../js/ui/telepathyClient.js:1429 Connection has been replaced by a new connection using the ../js/ui/telepathyClient.js:1438 Certificate uses an insecure cipher algorithm or is ../js/ui/telepathyClient.js:1441 The length of the server certificate, or the depth of the What comes after "the" and "is"? Thanks.
Created attachment 195247 [details] [review] telepathyClient: don't try to translate concatenations of strings xgettext doesn't recognize it
An unfortunate issue with xgettext, but the patch should solve it. I guess this is ready to commit, Dan? Anything else required? Thanks for looking into this so quickly.
Review of attachment 195247 [details] [review]: Sure
Attachment 195247 [details] pushed as 88f2bbb - telepathyClient: don't try to translate concatenations of strings