Ticket #302 (closed Bug: fixed)

Opened 7 months ago

Last modified 6 months ago

validation library -> not full i18n support

Reported by: nrm Assigned to:
Priority: major Milestone: 2.1
Component: Libraries:Validation Version: SVN HEAD
Keywords: Cc:
SVN Revision (if applicable):

Description

http://forum.kohanaphp.com/index.php/topic,468.0.html

$this->validation->set_rules(array ( 'some_input' => array('some_input', 'alpha_dash') ));

error message:

Pole some_input może zawierać wyłącznie znaki typu alphabetical, dash, and underscore. <= english

fr_FR: Le champ some_input doit contenir seulement les caractères suivants: alphabetical, dash, and underscore

zh_CN: 栏位 some_input 只可以包含 alphabetical, dash, and underscore 字符. Wink

Change History

01/04/08 14:41:02 changed by Geert

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in r1672. Just need someone to translate it into Polish.

01/15/08 10:54:45 changed by gregmac

  • component changed from Core to Libraries:Validation.