datas/langs: translate inventory

This commit is contained in:
Kazhnuz 2019-04-14 17:50:13 +02:00
parent 1cc44dd54f
commit 374ca29d3a
2 changed files with 2 additions and 0 deletions

View file

@ -7,4 +7,5 @@ return {
["testmenu"] = "Basic Test Menu", ["testmenu"] = "Basic Test Menu",
["movable"] = "Movable Player", ["movable"] = "Movable Player",
["options"] = "Options", ["options"] = "Options",
["inventory"] = "Inventory",
} }

View file

@ -7,4 +7,5 @@ return {
["testmenu"] = "Test basique menu", ["testmenu"] = "Test basique menu",
["movable"] = "Deplacement Joueur", ["movable"] = "Deplacement Joueur",
["options"] = "Paramètres", ["options"] = "Paramètres",
["inventory"] = "Inventaire",
} }