Skip to content

Instantly share code, notes, and snippets.

@srl295
Last active April 19, 2024 18:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save srl295/aa764366867b3d31da64764a1306ff07 to your computer and use it in GitHub Desktop.
Save srl295/aa764366867b3d31da64764a1306ff07 to your computer and use it in GitHub Desktop.
CLDR Subtype Map
# -*- BEGIN CheckCLDR.Subtype Mapping -*-
# Format is URL "http..." followed by Subtype values, the latter separated by whitespace (linebreaks or spaces). commas are ignored.
# Trailing commas are allowed and ignored
# Each of the Subtypes is covered by documentation at that URL.
# Comment lines must START with a #, because # is used for HTML fragments.
# just a test
https://cldr.unicode.org/translation/characters/short-names-and-keywords
displayCollision,
#http://cldr.unicode.org/translation/timezones#metazones
#noMetazoneMapping,
#noMetazoneMappingAfter1970,
#noMetazoneMappingBeforeNow,
#multipleMetazoneMappings,
#metazoneContainsDigit,
#extraMetazoneString,
https://cldr.unicode.org/translation/number-currency-formats/number-symbols
numberPatternNotCanonical,
# adding this as an example
https://cldr.unicode.org/translation/getting-started/resolving-errors
incompleteLogicalGroup,
inconsistentDraftStatus,
https://cldr.unicode.org/translation/translation-guide-general/capitalization
incorrectCasing,
https://cldr.unicode.org/index/cldr-spec/plural-rules
missingPluralInfo,
# -*- END CheckCLDR.Subtype Mapping -*-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment