diff options
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/raw/main_fr.dict | bin | 1328404 -> 1328012 bytes | |||
-rw-r--r-- | java/res/xml/spellchecker.xml | 16 |
2 files changed, 16 insertions, 0 deletions
diff --git a/java/res/raw/main_fr.dict b/java/res/raw/main_fr.dict Binary files differindex 4723961c2..17920f0b2 100644 --- a/java/res/raw/main_fr.dict +++ b/java/res/raw/main_fr.dict diff --git a/java/res/xml/spellchecker.xml b/java/res/xml/spellchecker.xml index 2e4448c44..66cd66280 100644 --- a/java/res/xml/spellchecker.xml +++ b/java/res/xml/spellchecker.xml @@ -29,6 +29,14 @@ /> <subtype android:label="@string/subtype_generic" + android:subtypeLocale="en_US" + /> + <subtype + android:label="@string/subtype_generic" + android:subtypeLocale="en_GB" + /> + <subtype + android:label="@string/subtype_generic" android:subtypeLocale="fr" /> <subtype @@ -55,4 +63,12 @@ android:label="@string/subtype_generic" android:subtypeLocale="nl" /> + <subtype + android:label="@string/subtype_generic" + android:subtypeLocale="hr" + /> + <subtype + android:label="@string/subtype_generic" + android:subtypeLocale="pt_BR" + /> </spell-checker> |