Add. Text class to manage translate texts.

This commit is contained in:
Alexey Melnichuk
2015-11-30 10:22:55 +03:00
parent 6fa7dcfa30
commit fedd5ba9fc
3 changed files with 78 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
text = {};
text = text or {};
text['label-download'] = {};
text['label-download']['en-us'] = "Download";
@@ -24,3 +24,4 @@ text['label-attached']['fr-fr'] = "Attaché";
text['label-attached']['de-de'] = "im Anhang";
text['label-attached']['de-at'] = "im Anhang";
return text