User tests: Successful: Unsuccessful:
Pull Request for Issue # .
It is not an issue; but, an improvement.
For example, if German is Switched as the back-end Administrator language, following message is displayed:
Die Administrationssprache wurde auf "German (Germany)" geändert.
With the change proposed, the following message would be displayed:
Die Administrationssprache wurde auf "Deutsch (Deutschland)" geändert.
When the message is displayed in the native language (e.g., German), it would be nice/better to show the language's Native Name/Title instead of the Name/Title in English.
Now the German language would be the back-end administrator language. Also, a message confirming the language switch would be displayed as shown below in the German language.
Die Administrationssprache wurde auf "German (Germany)" geändert.
Notice that even though the message is in German, the language name shown is in English.
NOW, APPLY THE PATCH WITH THE CHANGE PROPOSED AND REPEAT THE TEST STEPS 1 TO 5 AS LISTED ABOVE.
After, German language is made as the back-end administrator language, following message would be displayed confirming the language switch.
Die Administrationssprache wurde auf "Deutsch (Deutschland)" geändert.
Notice the difference in the name of the language displayed between the messages before and after the change.
Notice that the message is in the native language (e.g, German) whereas the language name shown is in English.
Notice that the message is in the native language (e.g., German) and the language name shown is also in the native language (e.g., German).
Probably Joomla! 4 documentation screenshot in case if the switching message is shown in the screenshot.
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_languages |
In J4, you can assume nativeName
to be always present. In J3 there can be old packs which don't have it (it was added in a J3 release) but it's a required field since quite some time.
So if it's missing, it's a bug in the language pack.
Labels |
Added:
?
|
I have tested this item
I have tested this item
Works with German, French and Persion
Status | Pending | ⇒ | Ready to Commit |
RTC
surely the native title for french is wrong and still in english
and welsh
Yes ... they have to fix that in their translation packages.
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-07-26 19:34:11 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
|
Thanks!
Can we be sure that all language packs provide the
nativeName
in their XML?