HBS supports multiple languages out of box, such as English, Simplified Chinese, Traditional Chinese, French, Russian etc.
Supported Languages§
Language | Code |
---|---|
English | en |
Simplified Chinese | zh-hans (Recommended), zh-cn |
Traditional Chinese | zh-hant (Recommended), zh-tw , zh-hk |
Arabic | ar |
German | de |
French | fr |
Indonesian | id |
Japanese | ja |
Polish | pl |
Portuguese | pt |
Russian | ru |
Ukrainian | uk |
Uzbek | uz |
Configuration§
1{
2 "ar": {
3 "languageDirection": "rtl",
4 "title": "مدونتي",
5 "weight": 3
6 },
7 "en": {
8 "languageName": "English",
9 "weight": 1
10 },
11 "zh-hans": {
12 "languageName": "简体中文",
13 "params": {
14 "description": "一个快速、响应式和功能丰富的 Hugo 博客主题",
15 "keywords": "Hugo, Bootstrap, 博客主题"
16 },
17 "weight": 2
18 }
19}
You’ll need to specify the
languageDirection
asrtl
for Right-to-left writing languages.
See also Hugo Multilingual.
Localization§
The dateFormat
supports localization, you can change it as :date_full
, you can find more layouts in Date/time formatting layouts.
Please note that the
zh-cn
,zh-tw
andzh-hk
are not supported, since the language code could not match the locales defined in Hugo Locales.
Comments