diff options
| author | Mark Otto <[email protected]> | 2014-03-18 15:55:09 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-18 15:55:09 -0700 |
| commit | dc2b24e62669beea9a5e65de13a7a61d79abd87b (patch) | |
| tree | 281bc9cf7674ebaea20f6ededebb35ae29d8f8a5 /docs/_data | |
| parent | 9e3ab9a428aabef7911cb9464ab707c0aef3141e (diff) | |
| parent | 1b15cefa5c5342129bec9b794946f3fb2641077d (diff) | |
| download | bootstrap-dc2b24e62669beea9a5e65de13a7a61d79abd87b.tar.xz bootstrap-dc2b24e62669beea9a5e65de13a7a61d79abd87b.zip | |
Merge pull request #13095 from twbs/translation_data
Generate Translations list from YAML
Diffstat (limited to 'docs/_data')
| -rw-r--r-- | docs/_data/translations.yml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/_data/translations.yml b/docs/_data/translations.yml new file mode 100644 index 000000000..8df66c5f7 --- /dev/null +++ b/docs/_data/translations.yml @@ -0,0 +1,34 @@ +- name: Chinese + code: zh + description: Bootstrap 中文文档 + url: http://v3.bootcss.com/ + +- name: French + code: fr + description: Bootstrap en Français + url: http://www.oneskyapp.com/docs/bootstrap/fr + +- name: German + code: de + description: Bootstrap auf Deutsch + url: http://holdirbootstrap.de/ + +- name: Korean + code: ko + description: Bootstrap 한국어 + url: http://bootstrapk.com/BS3/ + +- name: Russian + code: ru + description: Bootstrap по-русски + url: http://www.oneskyapp.com/docs/bootstrap/ru + +- name: Spanish + code: es + description: Bootstrap en Español + url: http://www.oneskyapp.com/docs/bootstrap/es + +- name: Ukrainian + code: uk + description: Bootstrap ua Українською + url: http://twbs.site-konstruktor.com.ua |
