Skip to content

Commit

Permalink
CLDR-17719 Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
macchiati committed Jun 12, 2024
1 parent c8fdedd commit 29340d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
import org.unicode.cldr.util.CLDRPaths;
import org.unicode.cldr.util.CLDRTransforms;
import org.unicode.cldr.util.CLDRTransforms.ParsedTransformID;
import org.unicode.cldr.util.CLDRURLS;
import org.unicode.cldr.util.CldrUtility;
import org.unicode.cldr.util.FileCopier;
import org.unicode.cldr.util.Pair;
Expand Down Expand Up @@ -368,7 +369,7 @@ private static void showAllLatin() throws IOException {
+ "It also does not show other transforms that are available in CLDR, such as the casing transformations, "
+ "full-width and half-width transformations, and specialized transformations such as IPA-XSampa. "
+ "For the latest snapshot of the data files, see <a href='"
+ CLDR_REPO_BASE
+ CLDRURLS.CLDR_REPO_BASE
+ "tree/main/common/transforms'>Transform XML Data</a>. "
+ "For more information, see below.</blockquote>");
index.flush();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
import org.unicode.cldr.util.CLDRFile.DraftStatus;
import org.unicode.cldr.util.CLDRLocale;
import org.unicode.cldr.util.CLDRPaths;
import org.unicode.cldr.util.CLDRURLS;
import org.unicode.cldr.util.CldrUtility;
import org.unicode.cldr.util.CoreCoverageInfo;
import org.unicode.cldr.util.CoreCoverageInfo.CoreItems;
Expand Down Expand Up @@ -67,7 +68,7 @@
public class ShowLocaleCoverage {

private static final String TSV_BASE =
CLDR_STAGING_REPO_MAIN
CLDRURLS.CLDR_STAGING_REPO_MAIN
+ "docs/charts/"
+ ToolConstants.CHART_VI.getVersionString(1, 2)
+ "/tsv/";
Expand Down

0 comments on commit 29340d5

Please sign in to comment.