Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLDR-16853 drop some additional raw links in tickets #3699

Merged
merged 1 commit into from
May 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading