mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Update style of i18n, pull it in via preload instead of .html
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
describe('i18n', function() {
|
||||
describe('i18n', function() {
|
||||
it('returns undefined for unknown string', function() {
|
||||
assert.strictEqual(i18n('random'), undefined);
|
||||
it('returns empty string for unknown string', function() {
|
||||
assert.strictEqual(i18n('random'), '');
|
||||
});
|
||||
it('returns message for given string', function() {
|
||||
assert.equal(i18n('reportIssue'), 'Report an issue');
|
||||
|
||||
Reference in New Issue
Block a user