Jump to content

Invalid control sequence in strings template file


krop
  • Branch: Preview Branch Version: Linux Pending

When trying to update my translation file:

# msgmerge -U strings.po strings_template.pot  
 

strings_template.pot:11093:63: invalid control sequence
strings_template.pot:11093:72: invalid control sequence
strings_template.pot:17053:12: invalid control sequence
strings_template.pot:17053:18: invalid control sequence
strings_template.pot:29913:121: invalid control sequence
strings_template.pot:29913:127: invalid control sequence
strings_template.pot:30178:361: invalid control sequence
strings_template.pot:30178:367: invalid control sequence
strings_template.pot:38618:499: invalid control sequence
strings_template.pot:38618:508: invalid control sequence
strings_template.pot:38923:317: invalid control sequence
strings_template.pot:38923:323: invalid control sequence
strings_template.pot:38973:328: invalid control sequence
strings_template.pot:38973:337: invalid control sequence
strings_template.pot:39148:265: invalid control sequence
strings_template.pot:39148:274: invalid control sequence
strings_template.pot:39558:58: invalid control sequence
strings_template.pot:39558:64: invalid control sequence
strings_template.pot:47273:9: invalid control sequence
strings_template.pot:47273:15: invalid control sequence
strings_template.pot:47583:9: invalid control sequence
strings_template.pot:47583:15: invalid control sequence
strings_template.pot:47588:9: invalid control sequence
strings_template.pot:47588:15: invalid control sequence
strings_template.pot:47788:9: invalid control sequence
strings_template.pot:47788:15: invalid control sequence
strings_template.pot:47793:9: invalid control sequence
strings_template.pot:47793:15: invalid control sequence
strings_template.pot:50098:59: invalid control sequence
strings_template.pot:50138:9: invalid control sequence
strings_template.pot:50138:15: invalid control sequence
strings_template.pot:50143:9: invalid control sequence
strings_template.pot:50143:15: invalid control sequence
strings_template.pot:50148:9: invalid control sequence
strings_template.pot:50148:15: invalid control sequence
strings_template.pot:50153:9: invalid control sequence
strings_template.pot:50153:15: invalid control sequence
strings_template.pot:52338:61: invalid control sequence
strings_template.pot:52338:67: invalid control sequence
strings_template.pot:56913:9: invalid control sequence
strings_template.pot:56913:15: invalid control sequence
strings_template.pot:57108:76: invalid control sequence
strings_template.pot:57108:82: invalid control sequence
strings_template.pot:58063:9: invalid control sequence
strings_template.pot:58063:15: invalid control sequence
strings_template.pot:58638:120: invalid control sequence
strings_template.pot:58638:126: invalid control sequence
strings_template.pot:58643:136: invalid control sequence
strings_template.pot:58643:142: invalid control sequence
strings_template.pot:61378:16: invalid control sequence
strings_template.pot:61378:22: invalid control sequence
strings_template.pot:61398:9: invalid control sequence
strings_template.pot:61398:15: invalid control sequence
strings_template.pot:62598:9: invalid control sequence
strings_template.pot:62598:15: invalid control sequence
strings_template.pot:62758:60: invalid control sequence
strings_template.pot:62758:66: invalid control sequence
strings_template.pot:62763:56: invalid control sequence
strings_template.pot:62763:62: invalid control sequence
strings_template.pot:62768:60: invalid control sequence
strings_template.pot:62768:66: invalid control sequence
strings_template.pot:62773:56: invalid control sequence
strings_template.pot:62773:62: invalid control sequence
strings_template.pot:62778:61: invalid control sequence
strings_template.pot:62778:67: invalid control sequence
strings_template.pot:62783:57: invalid control sequence
strings_template.pot:62783:63: invalid control sequence
strings_template.pot:62788:58: invalid control sequence
strings_template.pot:62788:64: invalid control sequence
strings_template.pot:62793:54: invalid control sequence
strings_template.pot:62793:60: invalid control sequence
strings_template.pot:62803:9: invalid control sequence
strings_template.pot:62803:15: invalid control sequence
strings_template.pot:62808:9: invalid control sequence
strings_template.pot:62808:15: invalid control sequence
strings_template.pot:64028:101: invalid control sequence
strings_template.pot:64028:107: invalid control sequence
strings_template.pot:64038:86: invalid control sequence
strings_template.pot:64038:92: invalid control sequence
msgmerge: found 79 fatal errors


This is caused by the new \Click\ things that appeared in the template file e.g.:

# awk 'NR==11093' strings_template.pot  
msgid "An auto-sweeper's range can be viewed at any time by  \clicking\ on the building."

# awk 'NR==64038' strings_template.pot
msgid "Some items in the Launch Checklist require attention\n------------------\n<b>\Click\ to ignore warnings and proceed with launch</b>"


If this is intentional, Click should have double backslashes

 

 


Steps to Reproduce

see above




User Feedback


There are no comments to display.



Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
  • Create New...