Open sukrosono opened 3 years ago
@brutalcrozt Some are in Chinese, if you don’t understand, you can translate the content.You can modify the content of the footer arbitrarily.
@sukrosono
In the languages
directory of the theme, copy the default.yml
file as a yaml file in your own language, for example: xx.yaml
, the contents of this file are in the form of key and value, you will add all value
Just translate it into your own language.
Finally, modify the language: xx
in the root _config.yml
file.
Regarding the Chinese in the footer, it may be other contributors. The contributed code has no internationalization support. It is recommended that you directly modify the Chinese content in the layout/_partial/footer.ejs
file.
Please assist me, I have a plan to remove all Chinese characters when using this theme. It's mean to be full English,
Now I am confused about creating if statement when try to make some PR.
@sukrosono Let me complete the internationalization support for this Chinese。
@sukrosono I submitted the new footer.ejs
code in the develop
branch, which supports internationalization, and the default is English.
Great man, my mint is broken. I will inform you again, ASAP.
Ah firstly thanks for making such a lovely theme, yours the theme catches my eyes and makes me choose it as my hexo theme.
this is my root conf
language: en,id
I am not sure that I am not making any mistake in installing the theme, I am just fast reading your readme. I don't expect any Chinese or Japanese characters on my site. The id intended to be Indonesian, as the second lang of the siteIf we have a common desire I want to make some PR for this, but it surely needs your asistance.