File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
integration/templates/tanstack-start
packages/localizations/src Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @clerk/localizations " : patch
3+ ---
4+
5+ Remove typos from pl-PL
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import tsConfigPaths from 'vite-tsconfig-paths'
33
44export default defineConfig ( {
55 vite : {
6- plugins : ( ) => [
6+ plugins : [
77 tsConfigPaths ( {
88 projects : [ './tsconfig.json' ] ,
99 } ) ,
Original file line number Diff line number Diff line change @@ -648,10 +648,10 @@ export const plPL: LocalizationResource = {
648648 title : 'Dodaj połączone konto' ,
649649 } ,
650650 deletePage : {
651- actionDescription : 'Wpisz "Delete account " poniżej aby kontynuować.' ,
651+ actionDescription : 'Wpisz "Usuń konto " poniżej aby kontynuować.' ,
652652 confirm : 'Usuń konto' ,
653653 messageLine1 : 'Czy na pewno chcesz usunąć to konto?' ,
654- messageLine2 : 'This action is permanent and irreversible .' ,
654+ messageLine2 : 'Ta operacja jest nieodwracalna i nie można jej cofnąć .' ,
655655 title : 'Usuń konto' ,
656656 } ,
657657 emailAddressPage : {
You can’t perform that action at this time.
0 commit comments