--
You received this message because you are subscribed to the Google Groups "Joomla! Platform Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-plat...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
Please keep the Subject wording in your answers
Me worry.How can we merge platform stuff in CMS if the platform does not use JText and our ini files?ATM xx-XX.lib_joomla.ini contains 639 lines.
Isn't the plan that /libraries/joomla == joomla-framework packages?
still confused
What if the JText is left as is, but there's always an english fall
back string provided.
JText::_('JLIB_USER_ERROR_PASSWORD_NOT_MATCH', 'Passwords do not
match. Please re-enter password.' );
Maybe it could be automated that the fallback is pulled from current
'en-GB.lib_joomla.ini' on every build.
Oh, wait, there should't be need to build separate packages,
right ? :)
--
You received this message because you are subscribed to the Google Groups "Joomla! Platform Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-plat...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Please pardon any errors, this message was sent from my iPhone.
For what it's worth, I personally support leaving JText as a dependency in classes that render output for users, i.e. JForm. In places where messages are queued into a log, I fully support decoupling JText in preference to natural language.