Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
This commit is contained in:
commit
55c4f91b8e
1 changed files with 3 additions and 1 deletions
|
@ -13,6 +13,7 @@ Currently the English[^yaml-anchors] main keys in [`_data/ui-text.yml`](https://
|
|||
- Chinese
|
||||
- French (Français)
|
||||
- German (Deutsch)
|
||||
- Greek
|
||||
- Italian (Italiano)
|
||||
- Korean
|
||||
- Nepali (Nepalese)
|
||||
|
@ -20,6 +21,7 @@ Currently the English[^yaml-anchors] main keys in [`_data/ui-text.yml`](https://
|
|||
- Spanish (Español)
|
||||
- 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.
|
||||
|
@ -29,4 +31,4 @@ Many of the label based keys like `meta_label`, `categories_label`, `tags_label`
|
|||
![UI text labels]({{ "/assets/images/mm-ui-text-labels.jpg" | absolute_url }})
|
||||
|
||||
**Note:** The theme comes with localized text in English (`en`, `en-US`, `en-GB`). If you change `locale` in `_config.yml` to something else, most of the UI text will go blank. Be sure to add the corresponding locale key and translated text to `_data/ui-text.yml` to avoid this.
|
||||
{: .notice--warning}
|
||||
{: .notice--warning}
|
||||
|
|
Loading…
Reference in a new issue