How to use translations #162
-
I'm trying to translate my task board UI, but switching obsidian language doesn't work. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Ohh missed this also from your last question. Anyways, I would like to get the debug info of your vault :
From this I actually want to know two things, firstly, what is the language code. As you have mentioned above, you changed it to zh and it worked. But it should be either zh-CN or zh-TW. But after going through the Obsidian translations, I realized that Obsidian has mapped zh-CN to zh only. Can you please confirm if this is your language : https://github.com/tu2-atmanand/Task-Board/blob/main/src/utils/lang/locale/zhCN.ts ? |
Beta Was this translation helpful? Give feedback.
Ohh okay, understood. Its a bug then.
I will need to map zh-CN to zh in Task board and it should work. Ill provide the fix in the upcoming release, v1.3.0.
Thank you for reporting this bug!