fenneishi / Fooocus-ControlNet-SDXL

add more control to fooocus
GNU General Public License v3.0
226 stars 9 forks source link

Chinese Translation for UI-i18n 中文界面翻译 #12

Open tiwentichat opened 8 months ago

tiwentichat commented 8 months ago

an updated translation after the discussion in this link: https://github.com/lllyasviel/Fooocus/issues/757

just put this json doc in /fooocus/language file

zh_CN.json

then add the --language zh_CN

after the adding, code should be like this: .\python_embeded\python.exe -s Fooocus\entry_with_update.py --language zh_CN

基于之前我讨论贴的一个中文界面翻译版本:https://github.com/lllyasviel/Fooocus/issues/757

把zh_CN.json文档放到根目录/language下面,然后把run.bat(以及anime 还有realistic)文档第一行代码最后面加上 --language zh_CN 然后保存即可

( @fenneishi 我要推送一下不?除了上述文档和添加的代码,我不确定要不要把en 文档给加进去啊。要不还是你来吧- -! 我只会简单的一点点代码哈哈哈