@apolitical/component-library 8.9.1-re.3 → 8.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/helpers/intl.d.ts +1 -0
- package/index.js +98 -98
- package/index.mjs +4089 -4079
- package/package.json +2 -2
package/helpers/intl.d.ts
CHANGED
|
@@ -511,6 +511,7 @@ export declare const checkIntlPathExists: (path: string, language?: {
|
|
|
511
511
|
header_buttons_login: string;
|
|
512
512
|
header_buttons_signup: string;
|
|
513
513
|
header_language_unavailable_en: string;
|
|
514
|
+
header_language_unavailable_vi: string;
|
|
514
515
|
'header_language_unavailable_sr-Cyrl': string;
|
|
515
516
|
header_language_unavailable_de: string;
|
|
516
517
|
'header_language_unavailable_fr-CA': string;
|