@influitive/profile-card
Advanced tools
Comparing version 3.0.11 to 3.0.12
{ | ||
"name": "@influitive/profile-card", | ||
"version": "3.0.11", | ||
"version": "3.0.12", | ||
"dependencies": { | ||
"@influitive/jwt": "^2.1.2", | ||
"@influitive/locize-launcher": "^0.2.0", | ||
"@influitive/locize-launcher": "0.2.3", | ||
"@influitive/runtime-deps": "3.0.0", | ||
@@ -8,0 +8,0 @@ "@influitive/scripts": "^1.1.5", |
import i18nLocize from '@influitive/locize-launcher'; | ||
const i18n = i18nLocize(process.env.LOCIZE_PROJECT_ID, process.env.LOCIZE_API_KEY, { defaultNs: 'ProfileCard' }); | ||
const options = { defaultNs: 'ProfileCard', ns: 'ProfileCard' }; | ||
const i18n = i18nLocize(process.env.LOCIZE_PROJECT_ID, process.env.LOCIZE_API_KEY, options); | ||
export default i18n; |
3
442380
35
1117