Kaydet (Commit) 4e14439b authored tarafından Caolán McNamara's avatar Caolán McNamara

there is no HI country code, I suspect it should be HT for Haiti

https://github.com/languagetool-org/languagetool/pull/219

Change-Id: I32e5caac17165a77d0803e782a285a9f32752742
üst 2163ec36
......@@ -19,6 +19,7 @@ $(eval $(call gb_UnpackedTarball_add_patches,languagetool,\
external/languagetool/MessageBox-apichange.patch \
external/languagetool/english.ireland.patch \
external/languagetool/esperanto.territory.patch \
external/languagetool/french.haiti.patch \
))
# vim: set noet sw=4 ts=4:
--- misc/build/JLanguageTool-1.7.0/src/java/org/languagetool/language/French.java
+++ misc/build/JLanguageTool-1.7.0/src/java/org/languagetool/language/French.java
@@ -54,7 +54,7 @@
@Override
public String[] getCountryVariants() {
return new String[]{"FR", "", "BE", "CH", "CA", "LU", "MC", "CM",
- "CI", "HI", "ML", "SN", "CD", "MA", "RE"};
+ "CI", "HT", "ML", "SN", "CD", "MA", "RE"};
}
@Override
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment