i18n.js 173 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 var ConfJuvAppI18n = { t: function(text) { return this.strings[text] ? this.strings[text] : text; }, strings: { 'has already been taken': 'já existe' } };