diff options
author | Mario <mario@mariovavti.com> | 2021-07-29 09:31:47 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-07-29 09:31:47 +0000 |
commit | cb57c4ea188b982119f515f043a72f037f943025 (patch) | |
tree | 11144c1107f16047ed37f543fc34859d0c649e08 /vendor/twbs/bootstrap/site/data/translations.yml | |
parent | c6133d2558ce29e44342fa7be8bb65e0059aea02 (diff) | |
parent | b7ffec6fbe77eff3c550a922f50bd79321b293ed (diff) | |
download | volse-hubzilla-cb57c4ea188b982119f515f043a72f037f943025.tar.gz volse-hubzilla-cb57c4ea188b982119f515f043a72f037f943025.tar.bz2 volse-hubzilla-cb57c4ea188b982119f515f043a72f037f943025.zip |
Merge branch 'bs5' into 'dev'
Update to bootstrap 5 and implement next generation app menu (work in progress)
See merge request hubzilla/core!1980
Diffstat (limited to 'vendor/twbs/bootstrap/site/data/translations.yml')
-rw-r--r-- | vendor/twbs/bootstrap/site/data/translations.yml | 30 |
1 files changed, 20 insertions, 10 deletions
diff --git a/vendor/twbs/bootstrap/site/data/translations.yml b/vendor/twbs/bootstrap/site/data/translations.yml index 7373e335b..6c71985d6 100644 --- a/vendor/twbs/bootstrap/site/data/translations.yml +++ b/vendor/twbs/bootstrap/site/data/translations.yml @@ -1,3 +1,8 @@ +- name: العربية + code: ar + description: Bootstrap 5 باللغة العربية + url: https://bootstrap.mahdi.style/ + - name: 中文(繁體) code: zh-tw description: Bootstrap 4 繁體中文手冊 @@ -8,11 +13,6 @@ description: Bootstrap 4 · 全球最流行的 HTML、CSS 和 JS 工具库。 url: https://code.z01.com/v4/ -- name: Chinese Simplified - code: zh-CN - description: Bootstrap · 全球最受欢迎的 HTML、CSS 和 JS 库。 - url: https://bootstrap-zh-cn.github.io/ - - name: Brazilian Portuguese code: pt-BR description: Bootstrap 4 Português do Brasil @@ -23,12 +23,22 @@ description: Bootstrap 4 日本語リファレンス url: https://getbootstrap.jp/ +- name: Russian + code: ru + description: Bootstrap 5 на русском + url: https://getbootstrap.su/ + - name: Korean code: ko - description: Bootstrap 4 한국어 문서 + description: Bootstrap 5 한국어 문서 url: https://getbootstrap.kr/ -- name: Russian - code: ru - description: Bootstrap 4 на русском - url: https://v4.getbootstrap.su/ +- name: 中文(繁體) + code: zh-tw + description: Bootstrap 5 繁體中文手冊 + url: https://bootstrap5.hexschool.com/ + +- name: Simplified Chinese + code: zh-CN + description: Bootstrap 5 中文文档 + url: https://v5.bootcss.com/ |