Prepare for i18n
// FREEBIE
This commit is contained in:
parent
d03d6fb7a5
commit
e9d3272e87
5 changed files with 11 additions and 0 deletions
|
@ -157,6 +157,11 @@
|
|||
}
|
||||
};
|
||||
|
||||
// Translate
|
||||
window.i18n = function(message) {
|
||||
return chrome.i18n.getMessage(message);
|
||||
};
|
||||
|
||||
window.textsecure = window.textsecure || {};
|
||||
window.textsecure.registration = {
|
||||
done: function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue