File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
packages/localizations/src Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @clerk/localizations " : patch
3+ ---
4+
5+ Using length token in minimum and maximum length for swedish translations.
Original file line number Diff line number Diff line change @@ -1023,8 +1023,8 @@ export const svSE: LocalizationResource = {
10231023 passkey_registration_cancelled : 'Registrering av passnyckel avbruten.' ,
10241024 passkey_retrieval_cancelled : 'Hämtning av passnyckel avbruten.' ,
10251025 passwordComplexity : {
1026- maximumLength : 'Maximal längd ' ,
1027- minimumLength : 'Minimal längd ' ,
1026+ maximumLength : 'mindre än {{length}} tecken ' ,
1027+ minimumLength : '{{length}} eller fler tecken ' ,
10281028 requireLowercase : 'Kräver små bokstäver' ,
10291029 requireNumbers : 'Kräver siffror' ,
10301030 requireSpecialCharacter : 'Kräver specialtecken' ,
You can’t perform that action at this time.
0 commit comments