Skip to content

Commit

Permalink
Populate bakeddata of currency patterns (#5329)
Browse files Browse the repository at this point in the history
  • Loading branch information
younies authored Aug 6, 2024
1 parent 35ef707 commit 3fd10e0
Show file tree
Hide file tree
Showing 6 changed files with 318 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/experimental/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ pub mod provider {
impl_long_compact_decimal_format_data_v1_marker!(Baked);
impl_short_compact_decimal_format_data_v1_marker!(Baked);
impl_currency_essentials_v1_marker!(Baked);
impl_currency_patterns_data_v1_marker!(Baked);
impl_currency_extended_data_v1_marker!(Baked);
impl_units_display_name_v1_marker!(Baked);
impl_units_essentials_v1_marker!(Baked);
Expand Down Expand Up @@ -94,6 +95,7 @@ pub mod provider {
super::compactdecimal::provider::LongCompactDecimalFormatDataV1Marker::INFO,
super::compactdecimal::provider::ShortCompactDecimalFormatDataV1Marker::INFO,
super::dimension::provider::currency::CurrencyEssentialsV1Marker::INFO,
super::dimension::provider::currency_patterns::CurrencyPatternsDataV1Marker::INFO,
super::dimension::provider::extended_currency::CurrencyExtendedDataV1Marker::INFO,
super::dimension::provider::percent::PercentEssentialsV1Marker::INFO,
super::dimension::provider::units_essentials::UnitsEssentialsV1Marker::INFO,
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions provider/data/experimental/data/mod.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3fd10e0

Please sign in to comment.