suite des trads

This commit is contained in:
Vanadar
2014-02-07 18:26:03 +01:00
parent 71ee298e50
commit c7ad5384f4
18 changed files with 1033 additions and 418 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
var re = /\{([^}]+)\}/g;
return function(s, args) {
return s.replace(re, function(_, match){ return args[match]; });
}
};
}());
var formatter = defaultFormatter;
translate.setFormatter = function(newFormatter)