i18n/translations/de/config.yml

12 lines
384 B
YAML
Raw Permalink Normal View History

2015-05-26 15:01:08 +03:00
# This is human-readable name which will be used everywhere in UI.
name: Deutsch
# Indicates if the locale uses Right-to-Left writing.
rtl: false
# Locale name which will be passed into PHP's setlocale function.
time_locale: de_DE.UTF8
# Various formats which will be used with PHP's strftime function.
date_format:
full: "%B %d, %Y %H:%M"
date: "%B %d, %Y"
time: "%H:%M"