Skip to content

Commit

Permalink
Fix beta rustfmt breakage (#5090)
Browse files Browse the repository at this point in the history
<!--
Thank you for your pull request to ICU4X!

Reminder: try to use [Conventional
Comments](https://conventionalcomments.org/) to make comments clearer.

Please see
https://github.com/unicode-org/icu4x/blob/main/CONTRIBUTING.md for
general
information on contributing to ICU4X.
-->
  • Loading branch information
Manishearth authored Jun 20, 2024
1 parent 63931f8 commit e053097
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions provider/core/src/hello_world.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,18 @@ impl HelloWorldProvider {
("de-AT", "", "Servus Welt"),
("el", "", "Καλημέρα κόσμε"),
("en", "", "Hello World"),
("en-001", "", "Hello from 🗺️"), // WORLD
("en-002", "", "Hello from 🌍"), // AFRICA
("en-019", "", "Hello from 🌎"), // AMERICAS
("en-142", "", "Hello from 🌏"), // ASIA
("en-GB", "", "Hello from 🇬🇧"), // GREAT BRITAIN
("en-GB-u-sd-gbeng", "", "Hello from 🏴󠁧󠁢󠁥󠁮󠁧󠁿"), // ENGLAND
// WORLD
("en-001", "", "Hello from 🗺️"),
// AFRICA
("en-002", "", "Hello from 🌍"),
// AMERICAS
("en-019", "", "Hello from 🌎"),
// ASIA
("en-142", "", "Hello from 🌏"),
// GREAT BRITAIN
("en-GB", "", "Hello from 🇬🇧"),
// ENGLAND
("en-GB-u-sd-gbeng", "", "Hello from 🏴󠁧󠁢󠁥󠁮󠁧󠁿"),
("en", "reverse", "Olleh Dlrow"),
("eo", "", "Saluton, Mondo"),
("fa", "", "سلام دنیا‎"),
Expand Down

0 comments on commit e053097

Please sign in to comment.