Merge pull request #22 from finnlabs/feature/rails3_fix_translation

looks good to me.
pull/6827/head
Stefan Frank 11 years ago
commit 9ac8ec8575
  1. 4
      CHANGELOG.md
  2. 1
      config/locales/de.yml
  3. 1
      config/locales/en.yml
  4. 2
      lib/open_project/meeting/version.rb

@ -1,5 +1,9 @@
# Changelog
## 3.0.1
* `#1673` Fixed missing translation in diff view
## 3.0.0
* `#1554` Execute release

@ -23,6 +23,7 @@ de:
label_meeting_agenda_close: "Agenda schließen um mit dem Protokoll zu beginnen"
label_meeting_date_time: "Datum/Uhrzeit"
label_notify: "Zur Einsicht verschicken"
label_version: "Version"
notice_successful_notification: "Benachrichtigung erfolgreich gesendet"
notice_timezone_missing: Keine Zeitzone eingestellt und daher %{zone} angenommen. Um Ihre Zeitzone einzustellen, clicken Sie bitte hier.

@ -23,6 +23,7 @@ en:
label_meeting_agenda_close: "Close the agenda to begin the Minutes"
label_meeting_date_time: "Date/Time"
label_notify: "Send for review"
label_version: "Version"
notice_timezone_missing: No time zone is set and %{zone} is assumed. To choose your time zone, please click here.
notice_successful_notification: "Notification sent successfully"

@ -11,6 +11,6 @@
module OpenProject
module Meeting
VERSION = "3.0.0"
VERSION = "3.0.1"
end
end

Loading…
Cancel
Save