]> source.dussan.org Git - sonarqube.git/commit
SONAR-2589 Modification of all web ruby templates to use bundles
authorFabrice Bellingard <bellingard@gmail.com>
Mon, 18 Jul 2011 13:32:16 +0000 (15:32 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Mon, 18 Jul 2011 13:33:06 +0000 (15:33 +0200)
commit1f853451f7754607a2534578e4ac8c403cb0fe37
tree55f01d8d3546c1a851f06c151bd0ab45ce712dae
parent042d19c020d8ebd296ef7ea43e98f86d5adb80a5
SONAR-2589 Modification of all web ruby templates to use bundles

- Add I18n for reviews
- Add I18n for markdown
- Add I18n for user auto-suggest field
12 files changed:
plugins/sonar-i18n-en-plugin/src/main/resources/org/sonar/i18n/core.properties
sonar-server/src/main/webapp/WEB-INF/app/helpers/users_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/views/markdown/_help.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_assign_form.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_comment_form.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_false_positive_form.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_review.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_violation_assign_form.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_violation_comment_form.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_violation_false_positive_form.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/index.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/users/_autocomplete.html.erb