stefankueng / grepWin

A powerful and fast search tool using regular expressions
https://tools.stefankueng.com/grepWin.html
GNU General Public License v3.0
1.74k stars 180 forks source link

How to provide Traditional Chinese translation? #437

Closed doggy8088 closed 8 months ago

doggy8088 commented 8 months ago

I saw there is a Chinese.lang file been provided. In Chinese, there are two variant.

  1. Simplified Chinese ( zh-CN ) ( current one )
  2. Traditional Chinese ( zh-TW )

I'd like to provide translation for Traditional Chinese. Can you guide me how can I contribute this?

stefankueng commented 8 months ago

the *.lang files are simple po-files which can be translated with any po-editor you like (e.g. poEdit), or a simple text editor will do as well.