Bludit: Missing string in translations

Created on 5 May 2020  路  5Comments  路  Source: bludit/bludit

Describe your problem

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.",

Steps to reproduce the problem

  1. Open project
  2. Check described files

Bludit version

3.12.X (current)

PHP version

Doesn't matter

PHP logs

Doesn't matter

Most helpful comment

The correct string would be Write the tags separated by a commas correct?

All 5 comments

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 commas correct?

Yes it is :) @dignajar

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bousalman picture bousalman  路  5Comments

dignajar picture dignajar  路  7Comments

JonathanHolvey picture JonathanHolvey  路  4Comments

zongdeiqianxing picture zongdeiqianxing  路  4Comments

xm74 picture xm74  路  3Comments