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-11874 Add conversion of subdivisions to json #4255

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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 @@ -102,7 +102,8 @@ enum RunType {
annotations,
annotationsDerived,
bcp47(false, false),
transforms(false, false);
transforms(false, false),
subdivisions(false, true);

private final boolean isTiered;
private final boolean hasLocales;
Expand Down Expand Up @@ -748,6 +749,8 @@ private int convertCldrItems(
outFilename = filename + ".json";
} else if (type == RunType.transforms) {
outFilename = filename + ".json";
} else if (type == RunType.subdivisions) {
outFilename = filename + ".json";
} else if (js.section.equals("other")) {
// If you see other-___.json, it means items that were missing from
// JSON_config_*.txt
Expand Down Expand Up @@ -786,7 +789,8 @@ private int convertCldrItems(
}
} else if (type == RunType.rbnf
|| type == RunType.bcp47
|| type == RunType.transforms) {
|| type == RunType.transforms
|| type == RunType.subdivisions) {
// untiered, just use the name
js.packageName = type.name();
tier = "";
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Processed by LdmlConfigFileReader

# These are earlier in the file to keep the packageDesc in one place.
package=subdivisions ; packageDesc=Translated versions of locale display name elements: subdivisions.

# mapping paths to sections
section=subdivisions ; path=//cldr/subdivisions/[^/]++/localeDisplayNames/subdivisions/.* ; package=subdivisions

# Depedencies
dependency=core ; package=subdivisions