mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-01-07 20:32:55 +01:00
README file adjustaments
This commit is contained in:
parent
216db5c506
commit
2f1ff72c76
1 changed files with 4 additions and 2 deletions
|
@ -77,14 +77,16 @@ At this stage, we're still exploring ourselves which kind of levels would be fun
|
|||
|
||||
## Add localizations
|
||||
1. Add the localization text into the section "description" in the file ./resource/cards.json
|
||||
```
|
||||
Example:
|
||||
"description": {
|
||||
"en_EN": "Drag this card into the empty space above to initialize the time machine!",
|
||||
"it_IT": "Trascina questa carta nell'area vuota sopra per inizializzare la macchina del tempo",
|
||||
"es_ES": ""
|
||||
}
|
||||
2. Add, into the directory *levels*, the directory with the levels to you want to adding (es. ./levels/fr_FR/LIVELLI )
|
||||
1. Add, the localization into the dictionary game.langs (es. var langs = {0: "en_EN", 1: "it_IT", 2: "es_ES"} the first and default localization it must be en_EN
|
||||
```
|
||||
2. Add, into the directory **levels**, the directory with the levels to you want to adding (es. ./levels/fr_FR/LIVELLI )
|
||||
1. Add, the localization into the dictionary game.langs (es. `var langs = {0: "en_EN", 1: "it_IT", 2: "es_ES"}` the first and default localization it must be en_EN
|
||||
|
||||
|
||||
## Contribute code!
|
||||
|
|
Loading…
Reference in a new issue