diff options
| author | Julian Thilo <[email protected]> | 2014-03-17 12:19:45 +0100 |
|---|---|---|
| committer | Julian Thilo <[email protected]> | 2014-03-17 21:55:39 +0100 |
| commit | 1b15cefa5c5342129bec9b794946f3fb2641077d (patch) | |
| tree | 2ed585ecd0b86dc50d6e8baf30191468f5152509 /docs/_data | |
| parent | 4a4dff00262aa74510567890eecbf71675805b15 (diff) | |
| download | bootstrap-1b15cefa5c5342129bec9b794946f3fb2641077d.tar.xz bootstrap-1b15cefa5c5342129bec9b794946f3fb2641077d.zip | |
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 |
