CLDR-14088 Fix Serbian script in Russia (#4388) Upstream bug: https://unicode-org.atlassian.net/browse/CLDR-14088 Upstream commit: https://github.com/unicode-org/cldr/commit/aeaf60bd8c8cd2dc9da0d52da1d8ab53d2cc38f1 Serbians in Russia certainly use the Cyrillic script (the main script of Russian and of Serbian in Serbia), not the Latin script. However, for some reason for the past 19 years we've listed the script as sr_Latn in Russia. While that makes sense in Montenegro and Romania -- it really should be `sr_Cyrl` (or just `sr` since `Cyrl` is the default). Note a number of un-related changes happened, but that's because I re-generate language & test data after each of these changes. A number of prior PRs forgot to do this so some values changed. If you look at the commit history -- the first commit are these generated changes, the second is the Serbian change. ``` mvn package -DskipTests=true && java -jar tools/cldr-code/target/cldr-code.jar ConvertLanguageData && java -jar tools/cldr-code/target/cldr-code.jar GenerateLikelySubtags && java -jar tools/cldr-code/target/cldr-code.jar GenerateTestData ``` Bug: 381908969 Test: N/A Change-Id: I8c40f0ec1b962d7a9c8c9a3d7c5eea9ac7f860d6
For current CLDR release information, see cldr.unicode.org.
main branch:Update: 2024-10-21
This is the final release version of CLDR 46.
The Unicode Common Locale Data Repository (CLDR) provides key building blocks for software to support the world's languages, with the largest and most extensive standard repository of locale data available. This data is used by a wide spectrum of companies for their software internationalization and localization, adapting software to the conventions of different languages for such common software tasks.
See for further information:
CLDR releases and downloads, including the data files and LDML specification associated with each release
Repository organization, describing the organization of files within this repository
Most data submissions are done via the CLDR Survey Tool, which is open and available on predetermined cycles. Click HERE for information on how to obtain a survey tool account.
For details about code and other contributions, see CONTRIBUTING.md
A source formatter is now used, please see spotless for details.
Copyright © 2004-2024 Unicode, Inc. Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the United States and other countries.
A CLA is required to contribute to this project - please refer to the CONTRIBUTING.md file (or start a Pull Request) for more information.
The contents of this repository are governed by the Unicode Terms of Use and are released under LICENSE.
Note that some CLDR tools depend on libraries managed via Maven; use of these libraries is governed by separate license agreements.