Project

General

Profile

Actions

Bug #1846

closed

Not an integer

Bug #1846: Not an integer

Added by Lintzy over 15 years ago. Updated about 15 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
Start date:
11 July 2010
Due date:
% Done:

100%

Estimated time:

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

not-an-integer-1.png (25.5 KB) not-an-integer-1.png nant, 12 July 2010 16:10
not-an-integer-2.png (15.6 KB) not-an-integer-2.png nant, 12 July 2010 16:10
not-an-integer-1.png
not-an-integer-2.png

Updated by Lintzy over 15 years ago Actions #1

This error concerns CB 1.2.3 (and at least CB 1.2.2 also)

Updated by nant over 15 years ago Actions #2

not-an-integer-1.png
not-an-integer-2.png

Confirmed in CB 1.2.3 using english language plugin.
See screenshots attached.

Also where is the "Integer number field:" tarnslated???

Updated by nant over 15 years ago Actions #3

  • Assignee deleted (nant)

Updated by krileon about 15 years ago Actions #4

  • 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.

Updated by krileon about 15 years ago Actions #5

  • Status changed from New to Closed
Actions

Also available in: PDF Atom