Skip to content

Commit

Permalink
CLDR-17532 update max search keywords (#3661)
Browse files Browse the repository at this point in the history
  • Loading branch information
macchiati authored May 1, 2024
1 parent f4c715b commit 7cf55b1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ public class CheckWidths extends CheckCLDR {
private static UnitWidthUtil UNIT_WIDTHS_UTIL = UnitWidthUtil.getInstance();

/** Controls for the warning about too many components, and for when to cause error. */
public static final int WARN_COMPONENTS_PER_ANNOTATION = 7;
public static final int WARN_COMPONENTS_PER_ANNOTATION = 10;

public static final int MAX_COMPONENTS_PER_ANNOTATION = 16;
public static final int MAX_COMPONENTS_PER_ANNOTATION = 30;

SupplementalDataInfo supplementalData;

Expand Down

0 comments on commit 7cf55b1

Please sign in to comment.