added support for a currency character in the language definitions and added some more local currencies
This commit is contained in:
parent
5c1b3b532b
commit
ae619e1f0f
19 changed files with 43 additions and 10 deletions
|
|
@ -62,6 +62,7 @@ ext.parseLanguageDefintion = { File languageFile, String dictionariesDir ->
|
|||
if (
|
||||
rawLine.matches("^[a-zA-Z].*")
|
||||
&& !rawLine.startsWith("abcString")
|
||||
&& !rawLine.startsWith("currency")
|
||||
&& !rawLine.startsWith("dictionaryFile")
|
||||
&& !rawLine.startsWith("hasSpaceBetweenWords")
|
||||
&& !rawLine.startsWith("hasUpperCase")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue