Page 1 of 1

A problems in modifying GUI

Posted: Sun Jan 16, 2022 1:05 pm
by wanghuihua

Hello, great programmer, I want to change the GUI interface of faceswap into Chinese. What files need to be modified, thank you!


Re: A problems in modifying GUI

Posted: Tue Jan 18, 2022 3:07 pm
by bryanlyon

We use PO/POT files for translations. These are standard for translation and make the process pretty easy. See https://github.com/deepfakes/faceswap/t ... er/locales where we have examples already for Spanish and Russian.

Just create the translation files manually or using existing PO file editors. There are lots of guides online on how to do this, so I suggest you find one of those and follow it.

When you're happy with the results, you can bring a PR (Pull Request) to have us merge your work for others to use.


Re: A problems in modifying GUI

Posted: Tue Jan 18, 2022 3:44 pm
by torzdf