This commit is contained in:
krahets
2024-03-23 02:31:07 +08:00
parent bc9bdce3c8
commit 9472c8b4e6
6 changed files with 140 additions and 135 deletions
+3
View File
@@ -2,6 +2,9 @@
{% if config.theme.language == 'zh' %}
{% set comm = "欢迎在评论区留下你的见解、问题或建议" %}
{% set lang = "zh-CN" %}
{% elif config.theme.language == 'zh-Hant' %}
{% set comm = "歡迎在評論區留下你的見解、問題或建議" %}
{% set lang = "zh-TW" %}
{% elif config.theme.language == 'en' %}
{% set comm = "Feel free to drop your insights, questions or suggestions" %}
{% set lang = "en" %}