surely we don't want ANY string anymore
presumably a simple blank string makes a whole lot more sense in these langtag days Change-Id: Ib50f7aed782f04d5d1c1f84617061ba2f66153bc
This commit is contained in:
@@ -18,6 +18,7 @@ $(eval $(call gb_UnpackedTarball_add_patches,languagetool,\
|
||||
external/languagetool/JLanguageTool-1.4.0-no-hc.patch \
|
||||
external/languagetool/MessageBox-apichange.patch \
|
||||
external/languagetool/english.ireland.patch \
|
||||
external/languagetool/esperanto.territory.patch \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
12
external/languagetool/esperanto.territory.patch
vendored
Normal file
12
external/languagetool/esperanto.territory.patch
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
--- misc/build/JLanguageTool-1.7.0/src/java/org/languagetool/language/Esperanto.java.orig 2013-11-18 10:18:49.111712785 +0000
|
||||
+++ misc/build/JLanguageTool-1.7.0/src/java/org/languagetool/language/Esperanto.java 2013-11-18 10:18:59.254813036 +0000
|
||||
@@ -71,8 +71,7 @@
|
||||
|
||||
@Override
|
||||
public String[] getCountryVariants() {
|
||||
- /* return "ANY" country code as a "country-less" placeholder for OOo: */
|
||||
- return new String[] {"ANY"};
|
||||
+ return new String[] {""};
|
||||
}
|
||||
|
||||
@Override
|
Reference in New Issue
Block a user