]> source.dussan.org Git - sonarqube.git/commit
SONAR-2589 Modification of all web ruby templates to use bundles
authorFabrice Bellingard <bellingard@gmail.com>
Thu, 21 Jul 2011 09:03:27 +0000 (11:03 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Thu, 21 Jul 2011 09:03:27 +0000 (11:03 +0200)
commit0cc5a607a16d081e160ae2f9ac7d9e7db9141e01
treeca24ac1751a80f136d0e33e056ce8bd14b441894
parent5e6fcf8ba43b0e9e8bbf1ad39498da92fcfbbca3
SONAR-2589 Modification of all web ruby templates to use bundles

- Add I18n to session messages (log in, log out, ...)
- Add I18n to flash notices
- Add I18n to cloud page
- Add I18n to maintenance page
plugins/sonar-i18n-en-plugin/src/main/resources/org/sonar/i18n/core.properties
sonar-server/src/main/webapp/WEB-INF/app/controllers/application_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/sessions_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/views/cloud/index.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_nolayout.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/maintenance/index.html.erb