forked from CryptozombiesHQ/cryptozombie-lessons
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# CryptoZombies - Content Localization | ||
|
||
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. | ||
|
||
## Localizing for a new language | ||
1. Create a new branch off `master`. | ||
2. Create a new folder named after the locale code, e.g. `jp` (for Japanese), `cn` (for Chinese). | ||
3. Translate the content. | ||
4. Add `index.ts` to the new folder. | ||
5. Update `index.ts` in the root folder. | ||
6. Submit a PR against `master`. | ||
|
||
## Fixing Source Content or Localized Content | ||
1. Create a new branch off `master`. | ||
2. Fix fix fix. | ||
3. Submit a PR against `master`. |