Opened 15 years ago
Closed 15 years ago
#5273 closed Bug (invalid)
Language tool is substituting 'false' for some existing values.
Reported by: | Joe Kavanagh | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.2 |
Keywords: | IBM | Cc: | Damian |
Description
- Goto the a11yhelp plugin's en language file.
- Copy the accessibilityHelp object to the clipboard.
- Open the main en language file in the lang folder.
- Add a comma to the end of the last lang object.
- Paste in the accessibilityHelp object.
- Run the langtool to process the file.
- Open the de language file.
Observe the accessibilityHelp object has property values set to 'false' with the comment MISSING.
If you remove the white-spaces between the open curly bracket and the 'name' property, their values will be copied to the other language files. For example:
legend :
[ {name : 'General',
items : [
{name : 'Editor Toolbar',
I've also seen this occur if a block comment is entered between the language property value and trailing comma. For example:
url: 'URL' /* block comment */,
Change History (3)
comment:1 Changed 15 years ago by
Milestone: | → CKEditor 3.3 |
---|
comment:2 Changed 15 years ago by
Priority: | High → Normal |
---|
comment:3 Changed 15 years ago by
Milestone: | CKEditor 3.3 |
---|---|
Resolution: | → invalid |
Status: | new → closed |
The a11yhelp language file has not been designed for compatibility with the langtool and it's not compatible with it. This is by design, and it's related to the arrays included in the language entries.