]> source.dussan.org Git - sonarqube.git/commit
Use always the same pattern to display dates and times.
authorsimonbrandhof <simon.brandhof@gmail.com>
Mon, 6 Jun 2011 22:31:44 +0000 (00:31 +0200)
committersimonbrandhof <simon.brandhof@gmail.com>
Mon, 6 Jun 2011 22:31:44 +0000 (00:31 +0200)
commit37db132ff3d15f738fe50909d018dcf48a3bd17c
tree20c4644f550bd274a12b5354fec6edb43da797b7
parentd346d2313443339ded7b86bca7765a7ee850a8bb
Use always the same pattern to display dates and times.

Date must include day of month, abbreviated month name, year. No need for day name or long month name.
Time includes hour and minutes only. No need for seconds nor timezone.
sonar-server/src/main/webapp/WEB-INF/config/environment.rb
sonar-server/src/main/webapp/WEB-INF/config/locales/en.yml [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/config/locales/fr.yml [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/config/locales/ru.yml [new file with mode: 0644]