Update style of i18n, pull it in via preload instead of .html
This commit is contained in:
parent
1ad2b080c8
commit
f86a6ef752
7 changed files with 47 additions and 40 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue