8263773: Reenable German localization for builds at Oracle
Reviewed-by: erikj, ihse
This commit is contained in:
parent
96614da025
commit
ef4a532802
@ -249,7 +249,7 @@ var getJibProfilesCommon = function (input, data) {
|
||||
dependencies: ["boot_jdk", "gnumake", "jtreg", "jib", "autoconf", "jmh", "jcov"],
|
||||
default_make_targets: ["product-bundles", "test-bundles", "static-libs-bundles"],
|
||||
configure_args: concat("--enable-jtreg-failure-handler",
|
||||
"--with-exclude-translations=de,es,fr,it,ko,pt_BR,sv,ca,tr,cs,sk,ja_JP_A,ja_JP_HA,ja_JP_HI,ja_JP_I,zh_TW,zh_HK",
|
||||
"--with-exclude-translations=es,fr,it,ko,pt_BR,sv,ca,tr,cs,sk,ja_JP_A,ja_JP_HA,ja_JP_HI,ja_JP_I,zh_TW,zh_HK",
|
||||
"--disable-manpages",
|
||||
"--disable-jvm-feature-shenandoahgc",
|
||||
versionArgs(input, common))
|
||||
|
@ -45,7 +45,7 @@ public class VerifyTranslations {
|
||||
* The set of translations we want to see in an Oracle built image
|
||||
*/
|
||||
private static final Set<String> VALID_TRANSLATION_SUFFIXES = Set.of(
|
||||
"_en", "_en_US", "_en_US_POSIX", "_ja", "_zh_CN"
|
||||
"_en", "_en_US", "_en_US_POSIX", "_ja", "_zh_CN", "_de"
|
||||
);
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user