Skip to content

Commit

Permalink
Merge pull request #10 from alexbirukov/integration
Browse files Browse the repository at this point in the history
Add Russian language
  • Loading branch information
brendo committed Feb 25, 2013
2 parents edb5af1 + 6373f1a commit 8b018a7
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions lang/lang.ru.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?php

$about = array(
'name' => 'Русский',
'author' => array(
'name' => 'Александр Бирюков',
'email' => 'info@alexbirukov.ru',
'website' => 'http://alexbirukov.ru'
),
'release-date' => '2013-01-20'
);

/**
* Number Field
*/
$dictionary = array(

'Number' =>
'Число',

'Must be a number.' =>
'Укажите корректное число.',

);

0 comments on commit 8b018a7

Please sign in to comment.