Add Swedish language

This commit is contained in:
Michael Rose
2017-05-16 08:20:23 -04:00
parent bb01fc8c32
commit 69b747474d
4 changed files with 57 additions and 4 deletions

View File

@ -2,7 +2,7 @@
title: "UI Text"
permalink: /docs/ui-text/
excerpt: "Text for customizing various user interface elements found in the theme."
last_modified_at: 2017-02-14T14:13:24-05:00
last_modified_at: 2017-05-16T08:19:02-04:00
---
Text for various UI elements, `_layouts`, and `_includes` have all been grouped together as a set of translation keys. This is by no means a full-on i18n solution, but it does help make customizing things a bit easier.
@ -19,9 +19,9 @@ Currently the English[^yaml-anchors] main keys in [`_data/ui-text.yml`](https://
- Nepali (Nepalese)
- Russian
- Spanish (Español)
- Swedish
- Turkish (Türkçe)
If you're are interested in localizing them into other languages feel free to submit a pull request and I will be happy to look it over.
[^yaml-anchors]: `en-US`, and `en-GB` use [YAML anchors](http://www.yaml.org/spec/1.2/spec.html#id2785586) to reference the values in `en` as to not repeat them.