Started adding support for localisation

This commit is contained in:
Laurent Cozic
2017-07-17 20:26:19 +00:00
parent 70415332d0
commit 58fa4a69b0
10 changed files with 779 additions and 1 deletions
+4
View File
@@ -6,4 +6,8 @@ function _(s, ...args) {
return sprintf(s, ...args);
}
function loadLocale(locale) {
}
export { _ };