Remove locale hash to shorten Liquid variable names

This commit is contained in:
Michael Rose
2016-03-09 20:49:17 -05:00
parent ea8fb6fe33
commit feb504592c
6 changed files with 31 additions and 29 deletions

View File

@ -1,19 +1,21 @@
# User interface text for localization
# User interface text and labels
locale:
# English (default)
# -----------------
en: &DEFAULT_EN
pagination_previous: "Previous"
pagination_next: "Next"
toc_label: "Overview"
share_on: "Share on"
date_label: "Last Updated:"
related_label: "You May Also Enjoy"
follow_label: "Follow:"
feed_label: "Feed"
powered_by: "Powered by"
en_US:
<<: *DEFAULT_EN
en_UK:
<<: *DEFAULT_EN
# English (default)
# -----------------
en: &DEFAULT_EN
pagination_previous: "Previous"
pagination_next: "Next"
toc_label: "Overview"
share_on: "Share on"
date_label: "Last Updated:"
related_label: "You May Also Enjoy"
follow_label: "Follow:"
feed_label: "Feed"
powered_by: "Powered by"
en_US:
<<: *DEFAULT_EN
en_UK:
<<: *DEFAULT_EN
# Another locale
# --------------