[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(i18n): pass scope to components (#339)

authored by

Bobbie Goede and committed by
GitHub
123029b2 9d4d1503

+7 -3
+7 -3
app/pages/about.vue
··· 56 56 {{ $t('about.what_we_are.title') }} 57 57 </h2> 58 58 <p class="text-fg-muted leading-relaxed mb-4"> 59 - <i18n-t keypath="about.what_we_are.description" tag="span"> 59 + <i18n-t keypath="about.what_we_are.description" tag="span" scope="global"> 60 60 <template #betterUxDx> 61 61 <strong class="text-fg">{{ $t('about.what_we_are.better_ux_dx') }}</strong> 62 62 </template> ··· 72 72 </i18n-t> 73 73 </p> 74 74 <p class="text-fg-muted leading-relaxed"> 75 - <i18n-t keypath="about.what_we_are.admin_description" tag="span"> 75 + <i18n-t keypath="about.what_we_are.admin_description" tag="span" scope="global"> 76 76 <template #adminUi> 77 77 <strong class="text-fg">{{ $t('about.what_we_are.admin_ui') }}</strong> 78 78 </template> ··· 92 92 $t('about.what_we_are_not.not_package_manager') 93 93 }}</strong> 94 94 {{ ' ' }} 95 - <i18n-t keypath="about.what_we_are_not.package_managers_exist" tag="span"> 95 + <i18n-t 96 + keypath="about.what_we_are_not.package_managers_exist" 97 + tag="span" 98 + scope="global" 99 + > 96 100 <template #already>{{ $t('about.what_we_are_not.words.already') }}</template> 97 101 <template #people> 98 102 <a