This repository is used to translate CryptoZombies to other languages.
The source content that should be used for all translations is in the en
directory.
- Create a new branch off
master
. - Create a new folder named after the locale code, e.g.
jp
(for Japanese),cn
(for Chinese). - Translate the content.
- Add
index.ts
to the new folder. - Update
index.ts
in the root folder. - Submit a PR against
master
.
- Create a new branch off
master
. - Fix fix fix.
- Submit a PR against
master
.