(function(){ window.i18n || (window.i18n = {}) var MessageFormat = { locale: {} }; MessageFormat.locale.fr=function(n){return n===0||n==1?"one":"other"} var c=function(d){if(!d)throw new Error("MessageFormat: No data passed to function.")}, n=function(d,k,o){if(isNaN(d[k]))throw new Error("MessageFormat: `"+k+"` isnt a number.");return d[k]-(o||0)}, v=function(d,k){c(d);return d[k]}, p=function(d,k,o,l,p){c(d);return p[d[k]]||p[MessageFormat.locale[l](d[k]-o)]||p.other}, s=function(d,k,p){c(d);return p[d[k]]||p.other}; window.i18n["colors"] = { "red":function(d){return "rouge"}, "blue":function(d){return "bleu"}, "green":function(d){return "vert"}} window.i18n["sub/folder/plural"] = { "test":function(d){return p(d,"NUM",0,"fr",{"one":"Votre message se trouve","other":"Vos messages se trouvent"})+" ici."}} })();