Details
-
Bug
-
Resolution: Fixed
-
Minor
-
COmanage Registry 0.9.2 (Essential Enneagon Plus One Plus)
-
None
Description
Various breadcrumbs are not properly internationalized for word order, using (eg)
$this->Html->addCrumb(_txt('op.add') . ' ' . _txt('fd.name'));
instead of (eg)
_txt('op.add.new', array(_txt('fd.name')));
Calls to _txt() should not be chained together using the concatenation operator (.).
Attachments
Issue Links
- is related to
-
CO-117 I18N not finished
-
- Open
-