🎨(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": "", "leaveRoomPrompt": "",
"shareDialog": { "shareDialog": {
"copied": "",
"copy": "", "copy": "",
"heading": "", "heading": "",
"inputLabel": "" "inputLabel": ""

View File

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

View File

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