Add pt-BR spell checker

This commit is contained in:
rodrigo
2018-07-30 13:28:53 -03:00
parent 9e0239097a
commit f2d6cd383c
5 changed files with 11 additions and 4 deletions

View File

@@ -27,6 +27,7 @@ function getSpellCheckerLocaleMenus(onSelectSpellCheckerLocale) {
{language: 'German', locale: 'de-DE'},
{language: 'Spanish', locale: 'es-ES'},
{language: 'Dutch', locale: 'nl-NL'},
{language: 'Portuguese', locale: 'pt-BR'},
];
return locales.map((l) => ({
label: l.language,