Finish localization support

Vanilla development commit:

33c6cafbcb
This commit is contained in:
ebaydayz
2016-04-28 22:13:48 -04:00
parent 7f1b8db85a
commit 4b9d6df0bb
12 changed files with 106 additions and 37 deletions

View File

@@ -47,7 +47,7 @@ class ItemHatchetBroken : ItemCore
{
class Repair
{
text = "Fix Hatchet"; //TODO: move to stringtable
text = $STR_ACTIONS_FIX_HATCHET;
script="spawn player_fixHatchet;";
};
};