forked from bofh/fetsite
translation meeting
This commit is contained in:
@@ -31,7 +31,7 @@ class Meeting < ActiveRecord::Base
|
|||||||
end
|
end
|
||||||
t= t+ self.name.to_s
|
t= t+ self.name.to_s
|
||||||
# t = t + " " + I18n.l(self.calentry.start) unless self.calentry.nil?
|
# t = t + " " + I18n.l(self.calentry.start) unless self.calentry.nil?
|
||||||
t = t +" am "+ self.calentry.text unless self.calentry.nil?
|
t = t +" "+ I18n.t("date.on")+" "+ self.calentry.text unless self.calentry.nil?
|
||||||
t
|
t
|
||||||
end
|
end
|
||||||
def create_announcement(user)
|
def create_announcement(user)
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
de:
|
de:
|
||||||
date:
|
date:
|
||||||
|
on: am
|
||||||
abbr_day_names:
|
abbr_day_names:
|
||||||
- So
|
- So
|
||||||
- Mo
|
- Mo
|
||||||
|
|||||||
@@ -9,11 +9,12 @@ en:
|
|||||||
- :day
|
- :day
|
||||||
- :month
|
- :month
|
||||||
- :year
|
- :year
|
||||||
|
on: on
|
||||||
time:
|
time:
|
||||||
am: am
|
am: am
|
||||||
formats:
|
formats:
|
||||||
default: ! '%d/%m/%Y, %H:%M Uhr'
|
default: ! '%d/%m/%Y, %H:%M h'
|
||||||
long: ! '%A, %d. %B %Y, %H:%M Uhr'
|
long: ! '%A, %d. %B %Y, %H:%M h'
|
||||||
short: ! '%d/%m/%Y, %H:%M Uhr'
|
short: ! '%d/%m/%Y, %H:%M h'
|
||||||
timeonly: ! '%H:%M Uhr'
|
timeonly: ! '%H:%M Uhr'
|
||||||
pm: pm
|
pm: pm
|
||||||
|
|||||||
Reference in New Issue
Block a user