@designcrowd/fe-shared-lib 1.2.2-ml-jj-2 → 1.2.2-ml-jj-3
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/package.json +1 -1
- package/src/atoms/components/Price/Price.vue +1 -1
- package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.stories.js +0 -1
- package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.vue +0 -1
- package/src/useSharedLibTranslate.js +0 -2
package/package.json
CHANGED
|
@@ -450,7 +450,6 @@ export default {
|
|
|
450
450
|
},
|
|
451
451
|
computed: {
|
|
452
452
|
firstTimePublishHeaderLabel() {
|
|
453
|
-
console.log('aaa', this.brandPageDisplayName);
|
|
454
453
|
return this.tr('publishBrandPageModal.firstTimePublishHeaderLabel', {
|
|
455
454
|
brandPageDisplayName: this.brandPageDisplayName,
|
|
456
455
|
});
|
|
@@ -24,8 +24,6 @@ const setLocaleAsync = async (locale = 'en-US') => {
|
|
|
24
24
|
|
|
25
25
|
const languageFile = (await relativePathsToTranslationFiles[localeToUse]()).default;
|
|
26
26
|
|
|
27
|
-
console.log('ss', localeToUse, languageFile);
|
|
28
|
-
|
|
29
27
|
await i18next.addResourceBundle(localeToUse, 'fe-shared-lib', {
|
|
30
28
|
...languageFile,
|
|
31
29
|
});
|