diff options
author | Azamat Hackimov <azamat.hackimov@gmail.com> | 2010-08-19 16:35:51 +0000 |
---|---|---|
committer | Azamat Hackimov <azamat.hackimov@gmail.com> | 2010-08-19 16:35:51 +0000 |
commit | eefb36177dfb3e5759bf4916cff511fa70f93fea (patch) | |
tree | bcacfc1171df8580ef125479274fd2fd417d9bec /config/locales/ru.yml | |
parent | 01788e83e755e08c96274341f22ea1d7d3814bad (diff) | |
download | redmine-eefb36177dfb3e5759bf4916cff511fa70f93fea.tar.gz redmine-eefb36177dfb3e5759bf4916cff511fa70f93fea.zip |
Fixing #6009
Added to all locales required strings.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4004 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/ru.yml')
-rw-r--r-- | config/locales/ru.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/ru.yml b/config/locales/ru.yml index 0c2270e8b..9d9e5e030 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -41,7 +41,7 @@ ru: number: format: - separator: "." + separator: "," delimiter: " " precision: 3 @@ -64,7 +64,7 @@ ru: human: format: delimiter: "" - precision: 1 + precision: 2 # Rails 2.2 # storage_units: [байт, КБ, МБ, ГБ, ТБ] |