fix meeting translation
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 +" "+ I18n.t("date.on")+" "+ self.calentry.text unless self.calentry.nil?
|
t = t +" "+ I18n.t("date.am")+" "+ self.calentry.text unless self.calentry.nil?
|
||||||
t
|
t
|
||||||
end
|
end
|
||||||
def create_announcement(user)
|
def create_announcement(user)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
en:
|
en:
|
||||||
date:
|
date:
|
||||||
am: on
|
am: 'on'
|
||||||
formats:
|
formats:
|
||||||
default: ! '%d/%m/%Y'
|
default: ! '%d/%m/%Y'
|
||||||
default-picker: ! 'dd/mm/yyyy'
|
default-picker: ! 'dd/mm/yyyy'
|
||||||
|
|||||||
@@ -25,5 +25,4 @@ en:
|
|||||||
search: "Search"
|
search: "Search"
|
||||||
newexamples: "Newest examples in our collection"
|
newexamples: "Newest examples in our collection"
|
||||||
selectstyle: "Choose a style"
|
selectstyle: "Choose a style"
|
||||||
date:
|
|
||||||
am: on
|
|
||||||
|
|||||||
Reference in New Issue
Block a user