Skip to content

Commit

Permalink
[pt] rename folder for spelling dicts
Browse files Browse the repository at this point in the history
  • Loading branch information
jaumeortola committed Oct 4, 2023
1 parent 818b20e commit dc09a48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ public MorfologikPortugueseSpellerRule(ResourceBundle messages, Language languag
language = language.getDefaultLanguageVariant();
}
this.language = language;
this.dictFilename = "/pt/hunspell/" + language.getShortCodeWithCountryAndVariant() + JLanguageTool.DICTIONARY_FILENAME_EXTENSION;
this.dictFilename = "/pt/spelling/" + language.getShortCodeWithCountryAndVariant() + JLanguageTool.DICTIONARY_FILENAME_EXTENSION;
}
}

0 comments on commit dc09a48

Please sign in to comment.