Beginnings of multilanguage support

This commit is contained in:
2016-01-27 14:52:09 -05:00
parent c034a85b4f
commit 15afd3b951
3 changed files with 14 additions and 1 deletions

4
js/intl.js Normal file
View File

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