]> source.dussan.org Git - sonarqube.git/commitdiff
Improve Spanish format of dates/times
authorsimonbrandhof <simon.brandhof@gmail.com>
Mon, 6 Jun 2011 22:47:14 +0000 (00:47 +0200)
committersimonbrandhof <simon.brandhof@gmail.com>
Mon, 6 Jun 2011 22:47:14 +0000 (00:47 +0200)
sonar-server/src/main/webapp/WEB-INF/config/locales/es.yml [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/config/locales/fr.yml
sonar-server/src/main/webapp/WEB-INF/config/locales/ru.yml

diff --git a/sonar-server/src/main/webapp/WEB-INF/config/locales/es.yml b/sonar-server/src/main/webapp/WEB-INF/config/locales/es.yml
new file mode 100644 (file)
index 0000000..2b6ed37
--- /dev/null
@@ -0,0 +1,8 @@
+"es":
+  date:
+    formats:
+      default: "%d/%b/%Y"
+
+  time:
+    formats:
+      default: "%d/%b/%Y %H:%M"
index a74cb73a187e0c09b2b78a8e243496c2cafca7a5..1009cfd3c5cbdac8ca30c0a184886ce54d03e65e 100644 (file)
@@ -7,4 +7,4 @@ fr:
 
   time:
     formats:
-      default: "%d %b %Y, %H:%M"
\ No newline at end of file
+      default: "%d %b %Y %H:%M"
\ No newline at end of file
index edd37a02083adf7617f78f21a88f305d8fb0c73f..843ec8148b7b5a9bae8287673aa6ffc46c8891b6 100644 (file)
@@ -1,14 +1,3 @@
-# Russian localization for Ruby on Rails 2.2+
-# by Yaroslav Markin <yaroslav@markin.net>
-#
-# Be sure to check out "russian" gem (http://github.com/yaroslav/russian) for
-# full Russian language support in Rails (month names, pluralization, etc). 
-# The following is an excerpt from that gem.
-#
-# Для полноценной поддержки русского языка (варианты названий месяцев, 
-# плюрализация и так далее) в Rails 2.2 нужно использовать gem "russian" 
-# (http://github.com/yaroslav/russian). Следующие данные -- выдержка их него, чтобы
-# была возможность минимальной локализации приложения на русский язык.
 
 ru:
   date:
@@ -17,7 +6,4 @@ ru:
 
   time:
     formats:
-      default: "%d %b %Y, %H:%M"
-
-    am: "утра"
-    pm: "вечера"
\ No newline at end of file
+      default: "%d %b %Y %H:%M"
\ No newline at end of file