[imp] New lang string for successful language installation#10523
[imp] New lang string for successful language installation#10523Kubik-Rubik merged 2 commits intojoomla:stagingfrom
Conversation
|
@brianteeman |
|
I was wondering if we even need that word at all. On 17 May 2016 at 08:52, infograf768 notifications@github.com wrote:
Brian Teeman |
|
No objection. |
|
I think we can skip "pack" or "package" and just use "language" |
|
Make it so and I will make it RTC- its a simple and obvious improvement |
|
The text phrase "Installation of the %s language was successful." is fine. |
|
Please mark test as successful IN https://issues.joomla.org/tracker/joomla-cms/10523 |
|
I have tested this item ✅ successfully on 940a822 This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10523. |
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10523. |
|
We could make even simpler like: "%s language is now installed." This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10523. |
|
@sgagner |
|
I have tested this item ✅ successfully on 940a822 This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10523. |
1 similar comment
|
I have tested this item ✅ successfully on 940a822 This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10523. |
|
Thank you @infograf768! |
|
@joomla-cms-bot come here and fix the label :P |
The language string for language installation is the same as used in general install.
COM_INSTALLER_INSTALL_SUCCESS="Installation of the %s was successful."In the case of general install, the variable is of the type
This does not fit with installing a language pack as we get
Ugly in any language...
This PR adds a new string for language installation:
COM_INSTALLER_INSTALL_LANGUAGE_SUCCESS="Installation of the <strong>%s</strong> language pack was successful."Which gives:
To test go to
administrator/index.php?option=com_installer&view=languagesand install any language.