mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 04:09:49 +00:00
Prepare for i18n
// FREEBIE
This commit is contained in:
@@ -157,6 +157,11 @@
|
||||
}
|
||||
};
|
||||
|
||||
// Translate
|
||||
window.i18n = function(message) {
|
||||
return chrome.i18n.getMessage(message);
|
||||
};
|
||||
|
||||
window.textsecure = window.textsecure || {};
|
||||
window.textsecure.registration = {
|
||||
done: function () {
|
||||
|
||||
Reference in New Issue
Block a user