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
5 files changed
tree: 8d2a0f1c01e9356a1417cbbc0f4e52138343eee3
  1. common/
  2. docs/
  3. exemplars/
  4. keyboards/
  5. seed/
  6. specs/
  7. tools/
  8. .gitignore
  9. CONTRIBUTING.md
  10. LICENSE
  11. METADATA
  12. MODULE_LICENSE_APACHE2
  13. MODULE_LICENSE_ICU
  14. MODULE_LICENSE_UNICODE
  15. OWNERS
  16. pom.xml
  17. readme.html
  18. README.md
  19. vetur.config.js
README.md

Unicode CLDR Project

For current CLDR release information, see cldr.unicode.org.

main branch:

cldr-mvn Ansible Lint Publish to gh-pages CodeQL

Status

Update: 2024-10-21

This is the final release version of CLDR 46.

What is CLDR?

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:

Contributing

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

Spotless

A source formatter is now used, please see spotless for details.

Copyright & Licenses

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.