mirror of
https://github.com/Mibew/i18n.git
synced 2025-01-22 13:30:29 +03:00
12 lines
388 B
YAML
12 lines
388 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: sl_SL.UTF8
|
|
# Various formats which will be used with PHP's strftime function.
|
|
date_format:
|
|
full: "%d.%m.%Y %H:%M"
|
|
date: "%d.%m.%Y"
|
|
time: "%H:%M"
|