Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
enlight committed Jan 13, 2018
1 parent 68df9e9 commit 7b457e8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
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`.

0 comments on commit 7b457e8

Please sign in to comment.