From 1b15cefa5c5342129bec9b794946f3fb2641077d Mon Sep 17 00:00:00 2001 From: Julian Thilo Date: Mon, 17 Mar 2014 12:19:45 +0100 Subject: Generate Translations list from YAML --- docs/_data/translations.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 docs/_data/translations.yml (limited to 'docs/_data') 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 -- cgit v1.2.3 From 58e6af3988f4fc2dff0fe585fecd14abf0644a35 Mon Sep 17 00:00:00 2001 From: Julian Thilo Date: Sun, 6 Apr 2014 02:21:44 +0200 Subject: #12790: Add link to unofficial Italian translation --- docs/_data/translations.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/_data') diff --git a/docs/_data/translations.yml b/docs/_data/translations.yml index 8df66c5f7..08c0c3c01 100644 --- a/docs/_data/translations.yml +++ b/docs/_data/translations.yml @@ -13,6 +13,11 @@ description: Bootstrap auf Deutsch url: http://holdirbootstrap.de/ +- name: Italian + code: it + description: Bootstrap in Italiano + url: http://www.hackerstribe.com/guide/IT-bootstrap-3.1.1/ + - name: Korean code: ko description: Bootstrap 한국어 -- cgit v1.2.3 From ca54cff4abf58155f27d1363cd124984b353a89c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 22 Jun 2014 18:04:19 -0700 Subject: new homepage expo features --- docs/_data/showcase.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'docs/_data') diff --git a/docs/_data/showcase.yml b/docs/_data/showcase.yml index eb62dcc89..c01579c0a 100644 --- a/docs/_data/showcase.yml +++ b/docs/_data/showcase.yml @@ -1,19 +1,19 @@ -- name: Little - url: http://littleco.com - expo_url: http://expo.getbootstrap.com/2014/02/12/little/ - img: http://expo.getbootstrap.com/screenshots/little.jpg +- name: Red Antler + url: http://www.redantler.com/ + expo_url: http://expo.getbootstrap.com/2014/02/24/redantler/ + img: redantler -- name: Engine Yard - url: http://engineyard.com - expo_url: http://expo.getbootstrap.com/2014/02/10/engine-yard/ - img: http://expo.getbootstrap.com/screenshots/engine-yard.jpg +- name: Riot Design + url: http://riotdesign.eu/en/ + expo_url: http://expo.getbootstrap.com/2014/03/13/riot-design/ + img: riot -- name: Webflow - url: http://webflow.com - expo_url: http://expo.getbootstrap.com/2014/02/04/webflow/ - img: http://expo.getbootstrap.com/screenshots/webflow.jpg +- name: Newsweek + url: http://www.newsweek.com/ + expo_url: http://expo.getbootstrap.com/2014/02/12/newsweek/ + img: newsweek -- name: Sentry - url: https://getsentry.com - expo_url: http://expo.getbootstrap.com/2013/05/09/sentry/ - img: http://expo.getbootstrap.com/screenshots/sentry.jpg +- name: Robinhood + url: https://www.robinhood.com + expo_url: http://expo.getbootstrap.com/2014/02/26/robinhood/ + img: robinhood -- cgit v1.2.3