Created
December 20, 2011 10:13
-
-
Save JonasNielsen/1501048 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
formats: | |
default: "%d.%m.%Y" | |
short: "%e. %b %Y" | |
long: "%e. %B %Y" | |
eng: "%Y-%m-%d" | |
with_week_day: "%a %d. %e. %B %Y" | |
weekday_without_year: "%A %d/%m" | |
day_only: "%A" | |
day_names: | |
- søndag | |
- mandag | |
- tirsdag | |
- onsdag | |
- torsdag | |
- fredag | |
- lørdag | |
abbr_day_names: | |
- søn | |
- man | |
- tir | |
- ons | |
- tor | |
- fre | |
- lør | |
month_names: | |
- ~ | |
- januar | |
- februar | |
- marts | |
- april | |
- maj | |
- juni | |
- juli | |
- august | |
- september | |
- oktober | |
- november | |
- december | |
abbr_month_names: | |
- ~ | |
- jan | |
- feb | |
- mar | |
- apr | |
- maj | |
- jun | |
- jul | |
- aug | |
- sep | |
- okt | |
- nov | |
- dec | |
order: | |
- :day | |
- :month | |
- :year |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment