🎨(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:
@@ -8,6 +8,7 @@
|
|||||||
},
|
},
|
||||||
"leaveRoomPrompt": "",
|
"leaveRoomPrompt": "",
|
||||||
"shareDialog": {
|
"shareDialog": {
|
||||||
|
"copied": "",
|
||||||
"copy": "",
|
"copy": "",
|
||||||
"heading": "",
|
"heading": "",
|
||||||
"inputLabel": ""
|
"inputLabel": ""
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user