@@ -48,3 +48,85 @@ export default {
4848 uk,
4949 yo,
5050} as const ;
51+
52+ export const numberFormatPolyfills = {
53+ arb : ( ) : any => import ( '@formatjs/intl-numberformat/locale-data/ar' ) ,
54+ ca : ( ) : any => import ( '@formatjs/intl-numberformat/locale-data/ca' ) ,
55+ cs : ( ) : any => import ( '@formatjs/intl-numberformat/locale-data/cs' ) ,
56+ de : ( ) : any => import ( '@formatjs/intl-numberformat/locale-data/de' ) ,
57+ el : ( ) : any => import ( '@formatjs/intl-numberformat/locale-data/el' ) ,
58+ es : ( ) : any => import ( '@formatjs/intl-numberformat/locale-data/es' ) ,
59+ 'es-ES' : ( ) : any => import ( '@formatjs/intl-numberformat/locale-data/es' ) ,
60+ 'es-419' : ( ) : any => import ( '@formatjs/intl-numberformat/locale-data/es-419' ) ,
61+ fa : ( ) : any => import ( '@formatjs/intl-numberformat/locale-data/fa' ) ,
62+ fr : ( ) : any => import ( '@formatjs/intl-numberformat/locale-data/fr' ) ,
63+ it : ( ) : any => import ( '@formatjs/intl-numberformat/locale-data/it' ) ,
64+ ja : ( ) : any => import ( '@formatjs/intl-numberformat/locale-data/ja' ) ,
65+ ko : ( ) : any => import ( '@formatjs/intl-numberformat/locale-data/ko' ) ,
66+ nl : ( ) : any => import ( '@formatjs/intl-numberformat/locale-data/nl' ) ,
67+ no : ( ) : any => import ( '@formatjs/intl-numberformat/locale-data/no' ) ,
68+ pl : ( ) : any => import ( '@formatjs/intl-numberformat/locale-data/pl' ) ,
69+ pt : ( ) : any => import ( '@formatjs/intl-numberformat/locale-data/pt' ) ,
70+ 'pt-BR' : ( ) : any => import ( '@formatjs/intl-numberformat/locale-data/pt' ) ,
71+ 'pt-PT' : ( ) : any => import ( '@formatjs/intl-numberformat/locale-data/pt-PT' ) ,
72+ ro : ( ) : any => import ( '@formatjs/intl-numberformat/locale-data/ro' ) ,
73+ ru : ( ) : any => import ( '@formatjs/intl-numberformat/locale-data/ru' ) ,
74+ uk : ( ) : any => import ( '@formatjs/intl-numberformat/locale-data/uk' ) ,
75+ yo : ( ) : any => import ( '@formatjs/intl-numberformat/locale-data/yo' ) ,
76+ } ;
77+
78+ export const pluralRulesPolyfills = {
79+ arb : ( ) : any => import ( '@formatjs/intl-pluralrules/locale-data/ar' ) ,
80+ ca : ( ) : any => import ( '@formatjs/intl-pluralrules/locale-data/ca' ) ,
81+ cs : ( ) : any => import ( '@formatjs/intl-pluralrules/locale-data/cs' ) ,
82+ de : ( ) : any => import ( '@formatjs/intl-pluralrules/locale-data/de' ) ,
83+ el : ( ) : any => import ( '@formatjs/intl-pluralrules/locale-data/el' ) ,
84+ es : ( ) : any => import ( '@formatjs/intl-pluralrules/locale-data/es' ) ,
85+ 'es-ES' : ( ) : any => import ( '@formatjs/intl-pluralrules/locale-data/es' ) ,
86+ 'es-419' : ( ) : any => import ( '@formatjs/intl-pluralrules/locale-data/es' ) ,
87+ fa : ( ) : any => import ( '@formatjs/intl-pluralrules/locale-data/fa' ) ,
88+ fr : ( ) : any => import ( '@formatjs/intl-pluralrules/locale-data/fr' ) ,
89+ it : ( ) : any => import ( '@formatjs/intl-pluralrules/locale-data/it' ) ,
90+ ja : ( ) : any => import ( '@formatjs/intl-pluralrules/locale-data/ja' ) ,
91+ ko : ( ) : any => import ( '@formatjs/intl-pluralrules/locale-data/ko' ) ,
92+ nl : ( ) : any => import ( '@formatjs/intl-pluralrules/locale-data/nl' ) ,
93+ no : ( ) : any => import ( '@formatjs/intl-pluralrules/locale-data/no' ) ,
94+ pl : ( ) : any => import ( '@formatjs/intl-pluralrules/locale-data/pl' ) ,
95+ pt : ( ) : any => import ( '@formatjs/intl-pluralrules/locale-data/pt' ) ,
96+ 'pt-BR' : ( ) : any => import ( '@formatjs/intl-pluralrules/locale-data/pt' ) ,
97+ 'pt-PT' : ( ) : any => import ( '@formatjs/intl-pluralrules/locale-data/pt-PT' ) ,
98+ ro : ( ) : any => import ( '@formatjs/intl-pluralrules/locale-data/ro' ) ,
99+ ru : ( ) : any => import ( '@formatjs/intl-pluralrules/locale-data/ru' ) ,
100+ uk : ( ) : any => import ( '@formatjs/intl-pluralrules/locale-data/uk' ) ,
101+ yo : ( ) : any => import ( '@formatjs/intl-pluralrules/locale-data/yo' ) ,
102+ } ;
103+
104+ export const relativeTimeFormatPolyfills = {
105+ arb : ( ) : any => import ( '@formatjs/intl-relativetimeformat/locale-data/ar' ) ,
106+ ca : ( ) : any => import ( '@formatjs/intl-relativetimeformat/locale-data/ca' ) ,
107+ cs : ( ) : any => import ( '@formatjs/intl-relativetimeformat/locale-data/cs' ) ,
108+ de : ( ) : any => import ( '@formatjs/intl-relativetimeformat/locale-data/de' ) ,
109+ el : ( ) : any => import ( '@formatjs/intl-relativetimeformat/locale-data/el' ) ,
110+ es : ( ) : any => import ( '@formatjs/intl-relativetimeformat/locale-data/es' ) ,
111+ 'es-ES' : ( ) : any =>
112+ import ( '@formatjs/intl-relativetimeformat/locale-data/es' ) ,
113+ 'es-419' : ( ) : any =>
114+ import ( '@formatjs/intl-relativetimeformat/locale-data/es-419' ) ,
115+ fa : ( ) : any => import ( '@formatjs/intl-relativetimeformat/locale-data/fa' ) ,
116+ fr : ( ) : any => import ( '@formatjs/intl-relativetimeformat/locale-data/fr' ) ,
117+ it : ( ) : any => import ( '@formatjs/intl-relativetimeformat/locale-data/it' ) ,
118+ ja : ( ) : any => import ( '@formatjs/intl-relativetimeformat/locale-data/ja' ) ,
119+ ko : ( ) : any => import ( '@formatjs/intl-relativetimeformat/locale-data/ko' ) ,
120+ nl : ( ) : any => import ( '@formatjs/intl-relativetimeformat/locale-data/nl' ) ,
121+ no : ( ) : any => import ( '@formatjs/intl-relativetimeformat/locale-data/no' ) ,
122+ pl : ( ) : any => import ( '@formatjs/intl-relativetimeformat/locale-data/pl' ) ,
123+ pt : ( ) : any => import ( '@formatjs/intl-relativetimeformat/locale-data/pt' ) ,
124+ 'pt-BR' : ( ) : any =>
125+ import ( '@formatjs/intl-relativetimeformat/locale-data/pt' ) ,
126+ 'pt-PT' : ( ) : any =>
127+ import ( '@formatjs/intl-relativetimeformat/locale-data/pt-PT' ) ,
128+ ro : ( ) : any => import ( '@formatjs/intl-relativetimeformat/locale-data/ro' ) ,
129+ ru : ( ) : any => import ( '@formatjs/intl-relativetimeformat/locale-data/ru' ) ,
130+ uk : ( ) : any => import ( '@formatjs/intl-relativetimeformat/locale-data/uk' ) ,
131+ yo : ( ) : any => import ( '@formatjs/intl-relativetimeformat/locale-data/yo' ) ,
132+ } ;
0 commit comments