From 39a2fef9878ce63fa73bbbeb5971443759e7e251 Mon Sep 17 00:00:00 2001 From: "Andrey A.I. Sitnik" Date: Thu, 11 Apr 2013 23:53:43 +0300 Subject: [PATCH] Use correct number separator --- lib/russian/locale/actionview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/russian/locale/actionview.yml b/lib/russian/locale/actionview.yml index 20d5ff1..4207a47 100644 --- a/lib/russian/locale/actionview.yml +++ b/lib/russian/locale/actionview.yml @@ -7,7 +7,7 @@ ru: # These are also the defaults for 'currency', 'percentage', 'precision', and 'human' format: # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5) - separator: "." + separator: "," # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three) delimiter: " " # Number of decimals, behind the separator (the number 1 with a precision of 2 gives: 1.00)