IceChill

Results 8 comments of IceChill

你可以将代码中的字面两导出到Excel表格第一列, 从长到短排序, 然后第二列用AI翻译文档翻译成译文, 然后根据Excel文档替换代码中的字面量然后编译即可. 我已经成功编译了一份AGE中文版.

I created a script that can export the literal text in the code to Excel, then use paid AI to automatically translate it, and finally the script replaces the corresponding...

I wrote a column about how to compile AGE easily. The link is https://www.bilibili.com/opus/1064303891098632195

Are you sure you want to translate manually? There are so many entries, it's quite painful. This is a prototype version, you can try it out. This is the extraction...

This is my Excel doc for Chinese: [extracted_strings.xlsx](https://github.com/user-attachments/files/20180756/extracted_strings.xlsx)

You only need to prepare one document for each language. After each update, if the string exists in the previous table, the old translation text is used, that is, a...

The translation platform I use is "otranslator", and the terminology translations are quite accurate.

I made this in my spare time at work. I'm too lazy to fork it. I'll make it complete when I have time, or wait for others to do it.