As discussed with @mbabker we can permanently resolve the issue of the name of the installation folder from being translated by removing it from the string and inserting it dynamically using JText::sprintf
All other attempts have failed so this is the only way we can ensure that users are presented with the correct information
Will that be B/C if a specific language installation ini file is not updated?
Should be. JText::sprintf()
is just a fancy wrapper around PHP's sprintf()
, so if you have text with no placeholders within it then sprintf()
just returns the same string with no changes.
Best thing to do if you are unsure is to test it
Category | ⇒ | com_installer |
Status | New | ⇒ | Discussion |
Category | com_installer | ⇒ | Installation Language & Strings |
conflicts resolved
Labels |
Added:
?
?
|
I guess I need to learn how to force the changes to be recomited
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-08-07 14:05:14 |
Closed_By | ⇒ | brianteeman |
Will that be B/C if a specific language installation ini file is not updated?
Looks like it will be for what concerns the suppression of the folder.