Skip to content

Commit

Permalink
CLDR-16853 drop some additional raw links in tickets (#3699)
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 authored May 9, 2024
1 parent c1d6539 commit 4b9b430
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype;
import org.unicode.cldr.tool.LikelySubtags;
import org.unicode.cldr.util.CLDRFile;
import org.unicode.cldr.util.CLDRURLS;
import org.unicode.cldr.util.CldrUtility;
import org.unicode.cldr.util.Counter;
import org.unicode.cldr.util.Factory;
Expand Down Expand Up @@ -356,13 +355,7 @@ public static Map<Category, CasingType> getSamples(CLDRFile resolved) {

private static final String CASE_WARNING =
"The first letter of 〈{0}〉 is {1}, which differs from what is expected "
+ "for the {2} category: that almost all values be {3}.\n\n"
+ "For guidance, see "
+ CLDRURLS.CAPITALIZATION_URL
+ ". "
+ "If this warning is wrong, please file a ticket at "
+ CLDRURLS.CLDR_NEWTICKET_URL
+ ".";
+ "for the {2} category: that almost all values be {3}.\n\n";

private void checkConsistentCasing(
Category category,
Expand Down

0 comments on commit 4b9b430

Please sign in to comment.