Add it-IT spell checker (#1139)
This commit is contained in:

committed by
Dean Whillier

parent
33e24030d1
commit
f9b5d64993
@@ -28,6 +28,9 @@ describe('main/Spellchecker.js', function() {
|
||||
|
||||
SpellChecker.getSpellCheckerLocale('ja').should.equal('en-US');
|
||||
SpellChecker.getSpellCheckerLocale('ja-JP').should.equal('en-US');
|
||||
|
||||
SpellChecker.getSpellCheckerLocale('it').should.equal('it-IT');
|
||||
SpellChecker.getSpellCheckerLocale('it-IT').should.equal('it-IT');
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user