csense-oss / idea-kotlin-not-highlighter

MIT License
1 stars 1 forks source link

i18n request #7

Closed aixcyi closed 1 week ago

aixcyi commented 1 month ago

This plugin currently works well, and providing internationalized text will make it more popular I think.

My native language is Chinese and I would very much like to contribute to this project of internationalization.

It seems to helpful for first step in i18n: https://plugins.jetbrains.com/docs/intellij/internationalization.html

Tvede-dk commented 2 weeks ago

Hi, Thanks for the interrest :) What part(s) are you thinking of? If you are thinking of the code / comment names, then (sorry, I forgot to document it :( ), I have actually added the ability to specify your "own" negation words, in a file named (placed at the root of the project)

.namesToHighlight

with one word on each line, like so

Test

resulting in image

aixcyi commented 2 weeks ago

Oh, sorry for missing adequate description. I means text on settings, in other words user interface.

图片

aixcyi commented 1 week ago

Thx :)

Tvede-dk commented 1 week ago

@aixcyi You are welcome :) however, due to the shared lib not being released yet,you might not be able to build it. If you want me to include the translations you come up, either just make a pr or let me know. Just glad you liked the plugin :)

aixcyi commented 5 days ago

Thanks to the small amount of text, I think it is possible to ensure translation accuracy manually, therefore, we can temporarily ignore problem that the plugin cannot build.

After all text that needs to be translated was extracted into a message bundle, i would be happy to translate them asap.

>w<