mapa-frontend-i18n 1.1.2 → 1.2.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/index.d.ts
CHANGED
|
@@ -18,6 +18,8 @@ declare function getAppLanguageOption(language: AppLanguage): AppLanguageOption;
|
|
|
18
18
|
type RuntimeTranslationCatalog = Record<AppLanguage, Record<string, string>>;
|
|
19
19
|
declare const ANGULAR_RUNTIME_TRANSLATIONS: RuntimeTranslationCatalog;
|
|
20
20
|
|
|
21
|
+
declare const MA_TRANSLATIONS: Record<AppLanguage, Record<string, string>>;
|
|
22
|
+
|
|
21
23
|
declare const MCA_TRANSLATIONS: Record<AppLanguage, Record<string, string>>;
|
|
22
24
|
|
|
23
25
|
declare const MENU_TRANSLATIONS: Record<AppLanguage, Record<string, string>>;
|
|
@@ -164,5 +166,5 @@ declare const MAPA_UI_TEXTS_PT_BR: {
|
|
|
164
166
|
};
|
|
165
167
|
declare function getMapaUiTexts(language: AppLanguage): PartialMapaUiTexts;
|
|
166
168
|
|
|
167
|
-
export { ANGULAR_RUNTIME_TRANSLATIONS, APP_LANGUAGE_OPTIONS, APP_LANGUAGE_STORAGE_KEY, DEFAULT_APP_LANGUAGE, MAPA_UI_TEXTS_PT_BR, MCA_TRANSLATIONS, MENU_TRANSLATIONS, MF_TRANSLATIONS, MGA_TRANSLATIONS, MGC_TRANSLATIONS, MO_TRANSLATIONS, MP_TRANSLATIONS, MV_TRANSLATIONS, applyDocumentLanguage, applyPaginatorIntl, formatPaginatorRange, formatPaginatorShowingRange, getAngularLocale, getAppLanguageOption, getIntlLocale, getMapaUiTexts, getPaginatorNavigationLabels, getStoredAppLanguage, initializeAppLanguage, isAppLanguage, persistAppLanguage, resolveAppLanguage };
|
|
169
|
+
export { ANGULAR_RUNTIME_TRANSLATIONS, APP_LANGUAGE_OPTIONS, APP_LANGUAGE_STORAGE_KEY, DEFAULT_APP_LANGUAGE, MAPA_UI_TEXTS_PT_BR, MA_TRANSLATIONS, MCA_TRANSLATIONS, MENU_TRANSLATIONS, MF_TRANSLATIONS, MGA_TRANSLATIONS, MGC_TRANSLATIONS, MO_TRANSLATIONS, MP_TRANSLATIONS, MV_TRANSLATIONS, applyDocumentLanguage, applyPaginatorIntl, formatPaginatorRange, formatPaginatorShowingRange, getAngularLocale, getAppLanguageOption, getIntlLocale, getMapaUiTexts, getPaginatorNavigationLabels, getStoredAppLanguage, initializeAppLanguage, isAppLanguage, persistAppLanguage, resolveAppLanguage };
|
|
168
170
|
export type { AppLanguage, AppLanguageOption, InitializeAppLanguageOptions, PartialMapaUiTexts };
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|