Contains the messages for Form.Validator in Russian.

Authors

  • Chernodarov Egor

Usage

Simply change the language property to ru-RU or ru-RU-unicode.

MooTools.lang.setLanguage("ru-RU"); //windows-1251
MooTools.lang.setLanguage("ru-RU-unicode"); //utf-8

Note

The default encoding for Russian is windows-1251 aka cp1251 - this file also contains a unicode version (see example).

See also: Form.Validator and Lang

See the wiki for how to get involved