Beginnings of multilanguage support

This commit is contained in:
2016-01-27 14:52:09 -05:00
parent 4b4d2b2744
commit 8b3b93bc57
3 changed files with 14 additions and 1 deletions

4
js/intl.js Normal file
View File

@ -0,0 +1,4 @@
(function()
{
// Internationalization stuff
})();