You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% assignlang_last = site.lang | split:'-' | last %}
{% caselang_last %}
{% when'cn', 'sg', 'my', 'hans' %}
{% assignlang = 'cn' %}
{% when'tw', 'hk', 'mo', 'hant' %}
{% assignlang = 'zh-tw' %}
{% endcase %}
{% comment %} Add a new language using when... if needed {% endcomment %}
{% comment %} If you still encounter language-display issues, check the available locale codes in github-readme-stats (different from ISO-639 standard used in your website) {% endcomment %}