i18n/translations/sk/config.yml
Dmitriy Simushev f0518f7cc3 Add Slovak language pack
Thanks to Marek "Masleyko" Maslančík
2015-07-14 11:32:58 +00:00

12 lines
394 B
YAML

# This is human-readable name which will be used everywhere in UI.
name: Slovenčina
# Indicates if the locale uses Right-to-Left writing.
rtl: false
# Locale name which will be passed into PHP's setlocale function.
time_locale: sk_SK.UTF8
# Various formats which will be used with PHP's strftime function.
date_format:
full: "%B %d, %Y %I:%M %p"
date: "%B %d, %Y"
time: "%I:%M %p"