Missing string (untranslatable)
Strings in CMS core and strings it lang files not same:
file: _bl-kernel/admin/views/edit-content.php_
'tip'=>$L->g('Write the tags separated by comma'),
file: _bl-kernel/admin/views/new-content.php_
'tip'=>$L->g('Write the tags separated by comma')
and in all lang files:
"write-the-tags-separated-by-commas": "Write the tags separated by comma.",
3.12.X (current)
Doesn't matter
Doesn't matter
Well spotted.
This is because of the lack of "s" in comma
You should create a pull request so that the error can be corrected.
This is because of the lack of "s" in comma
You are quite right, unfortunately I haven't permission to make any changes (or pull requests) in Bludit core.
I hope anybody will fix it instead of me or will give access to do it for my account.
@hide-me really you don't have permissions ? that is strange is open public the PR..
The correct string would be Write the tags separated by a commas correct?
The correct string would be
Write the tags separated by a commascorrect?
Yes it is :) @dignajar
Most helpful comment
The correct string would be
Write the tags separated by a commascorrect?