Bug #1846
closed
Added by Lintzy over 14 years ago.
Updated about 14 years ago.
Description
This language string 'Not an integer' => 'Not an integer', takes no effect, although it is exsting and translated in translated admin_language.php.
How to replicate: Install another language.php than english.php, build a field zipcode with integer.
Go to frontend and put in normal letters. The error message still is in english.
Files
This error concerns CB 1.2.3 (and at least CB 1.2.2 also)
Confirmed in CB 1.2.3 using english language plugin.
See screenshots attached.
Also where is the "Integer number field:" tarnslated???
- Target version set to CB 1.3
- % Done changed from 0 to 100
Resolved as of CB 1.2.4. Backend translation is done with the following applied to admin_language.php.
CBTxt::addStrings( array(
'Not an integer' => 'Not an integer1'
));
The above will output Not an integer1 instead of Not an integer. For backend strings use admin_reference_language.php for available language strings.
- Status changed from New to Closed
Also available in: Atom
PDF