mirror of
https://github.com/Mibew/i18n.git
synced 2025-01-22 21:40:28 +03:00
12 lines
384 B
YAML
12 lines
384 B
YAML
|
# This is human-readable name which will be used everywhere in UI.
|
|||
|
name: 中文
|
|||
|
# Indicates if the locale uses Right-to-Left writing.
|
|||
|
rtl: false
|
|||
|
# Locale name which will be passed into PHP's setlocale function.
|
|||
|
time_locale: zh_CN.UTF8
|
|||
|
# Various formats which will be used with PHP's strftime function.
|
|||
|
date_format:
|
|||
|
full: "%Y-%m-%d, %H:%M"
|
|||
|
date: "%Y-%m-%d"
|
|||
|
time: "%H:%M"
|