fix(examples): add missing translations
This commit is contained in:
parent
98103a8d48
commit
fbe5d56b4d
3 changed files with 19 additions and 1 deletions
|
@ -51,6 +51,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
- **world:** Remove a forgotten camera debug function
|
||||
|
||||
- **examples:** Add missing translations
|
||||
|
||||
### Removed
|
||||
|
||||
- **actor:** Remove all function related to XGravity
|
||||
|
|
|
@ -6,6 +6,14 @@ return {
|
|||
["test2"] = "Basic Test 2",
|
||||
["testmenu"] = "Basic Test Menu",
|
||||
["topdown"] = "Top Down",
|
||||
["topdown3D"] = "Top Down (3D)",
|
||||
["topdown (zoom)"] = "Top Down (zoom)",
|
||||
["topdown3D (zoom)"]= "Top Down (3D, zoom)",
|
||||
["plateform"] = "Plateformer",
|
||||
["options"] = "Options",
|
||||
["inventory"] = "Inventory",
|
||||
["1player"] = "1 Player",
|
||||
["2player"] = "2 Players",
|
||||
["3player"] = "3 Players",
|
||||
["4player"] = "4 Players",
|
||||
}
|
||||
|
|
|
@ -5,7 +5,15 @@ return {
|
|||
["test1"] = "Test basique 1",
|
||||
["test2"] = "Test basique 2",
|
||||
["testmenu"] = "Test basique menu",
|
||||
["movable"] = "Deplacement Joueur",
|
||||
["topdown"] = "Vue du dessus",
|
||||
["topdown3D"] = "Vue du dessus (3D)",
|
||||
["topdown (zoom)"] = "Vue du dessus (zoom)",
|
||||
["topdown3D (zoom)"]= "Vue du dessus (3D, zoom)",
|
||||
["plateform"] = "Plateformer",
|
||||
["options"] = "Paramètres",
|
||||
["inventory"] = "Inventaire",
|
||||
["1player"] = "Un joueur",
|
||||
["2player"] = "Deux joueurs",
|
||||
["3player"] = "Trois joueurs",
|
||||
["4player"] = "Quatre joueurs",
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue