Project

General

Profile

Actions

Bug #1846

closed

Not an integer

Added by Lintzy almost 14 years ago. Updated over 13 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
Actions #1

Updated by Lintzy almost 14 years ago

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

Updated by nant almost 14 years ago

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

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

Actions #3

Updated by nant almost 14 years ago

  • Assignee deleted (nant)
Actions #4

Updated by krileon over 13 years ago

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

Actions #5

Updated by krileon over 13 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF