Skip to content

Commit

Permalink
CLDR-17459 Add grammar for point and kilocalorie (#3714)
Browse files Browse the repository at this point in the history
  • Loading branch information
macchiati authored May 13, 2024
1 parent 10ed334 commit 73d9bd5
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -751,13 +751,12 @@ public static Set<String> getGrammarLocales() {
"dot", // fallback is pixel
"dot-per-centimeter", // fallback is pixel
"dunam", // language-specific
"astronomical-unit", // specialized
"nautical-mile", // US/UK specific
"knot", // US/UK specific
"astronomical-unit", // specialized
"dalton", // specialized
"electronvolt", // specialized
"kilocalorie",
"point");
"electronvolt" // specialized
);

public static Set<String> getSpecialsToTranslate() {
return INCLUDE_OTHER;
Expand Down

0 comments on commit 73d9bd5

Please sign in to comment.