[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: build env translation (#499)

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>

authored by

Oskar Lebuda
autofix-ci[bot]
and committed by
GitHub
23a2625f 5a37ccbf

+8 -1
+2 -1
app/components/BuildEnvironment.vue
··· 3 3 footer?: boolean 4 4 }>() 5 5 6 + const { locale } = useI18n() 6 7 const buildInfo = useAppConfig().buildInfo 7 8 </script> 8 9 ··· 13 14 style="animation-delay: 0.05s" 14 15 > 15 16 <i18n-t keypath="built_at"> 16 - <NuxtTime :datetime="buildInfo.time" relative /> 17 + <NuxtTime :datetime="buildInfo.time" :locale="locale" relative /> 17 18 </i18n-t> 18 19 <span>&middot;</span> 19 20 <NuxtLink
+3
i18n/locales/pl-PL.json
··· 5 5 "description": "Lepsza przeglądarka rejestru npm. Wyszukuj, przeglądaj i odkrywaj pakiety w nowoczesnym interfejsie." 6 6 } 7 7 }, 8 + "version": "Wersja", 9 + "built_at": "zbudowano {0}", 10 + "alt_logo": "npmx logo", 8 11 "tagline": "lepsza przeglądarka rejestru npm", 9 12 "non_affiliation_disclaimer": "niepowiązane z npm, Inc.", 10 13 "trademark_disclaimer": "npm jest zarejestrowanym znakiem towarowym npm, Inc. Ta strona nie jest powiązana z npm, Inc.",
+3
lunaria/files/pl-PL.json
··· 5 5 "description": "Lepsza przeglądarka rejestru npm. Wyszukuj, przeglądaj i odkrywaj pakiety w nowoczesnym interfejsie." 6 6 } 7 7 }, 8 + "version": "Wersja", 9 + "built_at": "zbudowano {0}", 10 + "alt_logo": "npmx logo", 8 11 "tagline": "lepsza przeglądarka rejestru npm", 9 12 "non_affiliation_disclaimer": "niepowiązane z npm, Inc.", 10 13 "trademark_disclaimer": "npm jest zarejestrowanym znakiem towarowym npm, Inc. Ta strona nie jest powiązana z npm, Inc.",