Skip to content

Commit

Permalink
CLDR-17532 Reset keyword limit to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
macchiati committed Jun 12, 2024
1 parent dad9f09 commit a110adc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ 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 = 10;
public static final int WARN_COMPONENTS_PER_ANNOTATION = 12;

// TBD lower this down after Meta data added
public static final int MAX_COMPONENTS_PER_ANNOTATION = 45;
public static final int MAX_COMPONENTS_PER_ANNOTATION = 20;

SupplementalDataInfo supplementalData;

Expand Down

0 comments on commit a110adc

Please sign in to comment.