mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-17 06:52:27 +01:00
fix datetime parsing formats for ach locale
This commit is contained in:
parent
3412d9e35c
commit
b65c76beb3
@ -13,7 +13,7 @@ ach:
|
||||
time:
|
||||
formats:
|
||||
# See http://apidock.com/ruby/DateTime/strftime for a list of available directives
|
||||
hour_minute: "crwdns3163:0%I:%Mcrwdnd3163:0%pcrwdne3163:0"
|
||||
hour_minute: "%I:%M %p"
|
||||
errors:
|
||||
messages:
|
||||
#CarrierWave
|
||||
|
@ -31,9 +31,9 @@ ach:
|
||||
- crwdns4265:0crwdne4265:0
|
||||
- crwdns4267:0crwdne4267:0
|
||||
formats:
|
||||
default: "crwdns4269:0%Y-%m-%dcrwdne4269:0"
|
||||
long: "crwdns4271:0%Bcrwdnd4271:0%dcrwdnd4271:0%Ycrwdne4271:0"
|
||||
short: "crwdns4273:0%bcrwdnd4273:0%dcrwdne4273:0"
|
||||
default: "%Y-%m-%d"
|
||||
long: "%B %d, %Y"
|
||||
short: "%b %d"
|
||||
month_names:
|
||||
-
|
||||
- crwdns4275:0crwdne4275:0
|
||||
@ -49,9 +49,9 @@ ach:
|
||||
- crwdns4295:0crwdne4295:0
|
||||
- crwdns4297:0crwdne4297:0
|
||||
order:
|
||||
- crwdns4299:0crwdne4299:0
|
||||
- crwdns4301:0crwdne4301:0
|
||||
- crwdns4303:0crwdne4303:0
|
||||
- :year
|
||||
- :month
|
||||
- :day
|
||||
datetime:
|
||||
distance_in_words:
|
||||
about_x_hours:
|
||||
|
Loading…
x
Reference in New Issue
Block a user