Prepare for i18n

// FREEBIE
This commit is contained in:
lilia 2015-12-14 15:10:49 -08:00
parent d03d6fb7a5
commit e9d3272e87
5 changed files with 11 additions and 0 deletions

View file

@ -157,6 +157,11 @@
}
};
// Translate
window.i18n = function(message) {
return chrome.i18n.getMessage(message);
};
window.textsecure = window.textsecure || {};
window.textsecure.registration = {
done: function () {