mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-07 15:51:46 +02:00
Merge branch 'master' of github.com:NodeBB/NodeBB
This commit is contained in:
@@ -5,4 +5,4 @@ languages:
|
||||
PHP: true
|
||||
exclude_paths:
|
||||
- "public/vendor/*"
|
||||
- "tests/*"
|
||||
- "test/*"
|
||||
@@ -154,6 +154,14 @@ describe('new Translator(language)', function (){
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
||||
it('should translate [[pages:users/latest]] properly', function(done) {
|
||||
var translator = new Translator('en_GB');
|
||||
translator.translate('[[pages:users/latest]]').then(function(translated) {
|
||||
assert.strictEqual('[[pages:users/latest]]', 'Latest Users');
|
||||
done();
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user