trganda / obsidian-attachment-management

Attachment Management of Obsidian
MIT License
159 stars 10 forks source link

Add Chinese (Simplified) Translation for Obsidian Attachment Management Plugin #135

Open antnesswcm opened 1 month ago

antnesswcm commented 1 month ago

Hello,

I am a user of the Obsidian Attachment Management Plugin and I have found it very useful. However, I noticed that the plugin currently does not support language adaptation, specifically Chinese. I would like to contribute to adding Simplified Chinese translation to the plugin to make it more accessible to Chinese-speaking users.

What should I do? Do you have any language files (e.g., zh-cn.json).

XLWBear commented 1 month ago

I also meet this problem,hoping a better language adaptation.

trganda commented 1 month ago

Hello,

I am a user of the Obsidian Attachment Management Plugin and I have found it very useful. However, I noticed that the plugin currently does not support language adaptation, specifically Chinese. I would like to contribute to adding Simplified Chinese translation to the plugin to make it more accessible to Chinese-speaking users.

What should I do? Do you have any language files (e.g., zh-cn.json).

You can refer this plugin's implementation, https://github.com/mokeyish/obsidian-enhancing-export/blob/main/src/lang/index.ts

antnesswcm commented 1 month ago

OK, I will have a try. Thanks for your reply~