🎨(locales) fix locale strings order

we should definitely have something that crashes on CI if running
i18n:extract makes a diff… oh well
This commit is contained in:
Emmanuel Pelletier
2024-07-29 08:25:13 +02:00
parent e9ef2bc4ae
commit 72ef3c8bb0
3 changed files with 3 additions and 2 deletions

View File

@@ -8,6 +8,7 @@
},
"leaveRoomPrompt": "",
"shareDialog": {
"copied": "",
"copy": "",
"heading": "",
"inputLabel": ""

View File

@@ -8,8 +8,8 @@
},
"leaveRoomPrompt": "This will make you leave the meeting.",
"shareDialog": {
"copy": "Copy",
"copied": "Copied",
"copy": "Copy",
"heading": "Share the meeting link",
"inputLabel": "Meeting link"
}

View File

@@ -8,8 +8,8 @@
},
"leaveRoomPrompt": "Revenir à l'accueil vous fera quitter la réunion.",
"shareDialog": {
"copy": "Copier le lien",
"copied": "Lien copié",
"copy": "Copier le lien",
"heading": "Partager le lien vers la réunion",
"inputLabel": "Lien vers la réunion"
}