Opened 15 years ago
Closed 15 years ago
#4740 closed Bug (fixed)
CKLangTool does not recognize entries in single quotes
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Confirmed Review+ | Cc: |
Description
As the title says. CKLangTool does not recognize properly entries in single quotes, like for example:
colors : { '000' : 'Schwarz', '800000' : 'Kastanienbraun', '8B4513' : 'Braun', '2F4F4F' : 'Dunkles Schiefergrau', '008080' : 'Blaugrün', ...
such entries are replaced with english words.
This issue will be fixed in #3698, because a new way of loading/parsing files will be introduced there.
Attachments (2)
Change History (7)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Hum... I think #3698 got some changes in the way it was going... maybe a specific fix for it is necessary here.
Changed 15 years ago by
Attachment: | langtool.jar added |
---|
Changed 15 years ago by
Attachment: | 4740.patch added |
---|
comment:3 Changed 15 years ago by
Keywords: | Review? added |
---|
Added ((?:'|\")?)
+ backwards reference in some expressions to catch quotes.
comment:4 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
German translation of colors added with [4579].