]> 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 17:00:02 +0000 (19:00 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Thu, 21 Jul 2011 17:01:22 +0000 (19:01 +0200)
commit6c84aff287ff2caeb7131b31a8caeced4d4eb020
tree1d843b73f5b14c4bdb39e149f961cb501253e57f
parent5637dd8a4bac8ecc03df4da56e5112ce31d498f5
SONAR-2589 Modification of all web ruby templates to use bundles

- Add I18n to quality profiles
- Add I18n to rules configuration
- Add I18n to alerts
28 files changed:
plugins/sonar-i18n-en-plugin/src/main/resources/org/sonar/i18n/core.properties
sonar-server/src/main/webapp/WEB-INF/app/controllers/alerts_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/profiles_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/rules_configuration_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/profiles_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/views/alerts/_edit.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/alerts/_new.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/alerts/_show.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/alerts/edit.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/alerts/index.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/alerts/new.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/alerts/show.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/profiles/_new.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/profiles/_tabs.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/profiles/changelog.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/profiles/compare.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/profiles/edit.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/profiles/inheritance.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/profiles/new.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/profiles/permalinks.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/profiles/projects.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/profiles/show.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule_param.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/edit.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/index.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/new.html.erb