language
avatar roland-d
roland-d
2 May 2014

Steps to reproduce the issue

  1. Go to Transifex
  2. Start translating the language strings
  3. Open the string Build help

Expected result

The text shown on issues.joomla.org for Build help which is "The version(s) of the project on which this issue is found." Now translators have no clue what the real text is that needs to be translated.

Actual result

The English description is Build help

System information (as much as possible)

Not applicable

Additional comments

The problem is that there are 5 language strings which are translated from English to English. Which you can see here:
https://github.com/joomla/jissues/blob/master/src/App/Tracker/g11n/en-GB/en-GB.Tracker.po

avatar roland-d roland-d - open - 2 May 2014
avatar roland-d roland-d - change - 2 May 2014
Title
Confusing in the English language strings
Confusion in the English language strings
avatar elkuku
elkuku - comment - 4 May 2014

I would suggest that we stop using invented language keys - meaning - change
https://github.com/joomla/jissues/blob/master/src/App/Tracker/g11n/templates/Tracker.pot#L96

#: /templates/tracker/issue.add.twig:56
msgid "Build help"
msgstr ""

to =>

#: /templates/tracker/issue.add.twig:56
msgid "The version(s) of the project on which this issue is found."
msgstr ""

etc.

I believe that should fix the issue.
The downside being obviously, that every change in the key would require an update of the other language files too...

Thanks again @roland-d for bringing this up. Please remember, that our language handling system is still very young and needs a lot of testing in the real world, so every issue report is very welcome ?

avatar b2z
b2z - comment - 4 May 2014

Agree to @elkuku

avatar roland-d
roland-d - comment - 5 May 2014

@elkuku I am happy to report the issues I find as I see they are being taken serious ;)

As for the fix, I think it is acceptable because there are only 5 strings and language files are a living organism, they change all the time. It is better to see the real text than an invented language key for which we can't see its true colors.

avatar elkuku elkuku - change - 10 May 2014
Status New Closed
Closed_Date 0000-00-00 00:00:00 2014-05-10 05:54:48
Labels Added: language
avatar elkuku elkuku - close - 10 May 2014

Add a Comment

Login with GitHub to post a comment