Skip to content

Commit 042d4f9

Browse files
committed
fix: updated translations
1 parent 86341b7 commit 042d4f9

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

packages/studio-web/src/i18n/messages.es.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@
132132
"323794992596449638": "Seleccione un fichero de texto sin formato (.txt) o un fichero temporal del Studio de ReadAlong (.readalong)",
133133
"6329500169661407619": " Escriba o pegue su texto aquí ",
134134
"887019029800317757": "{$START_TAG_MAT_ICON}help_outline{$CLOSE_TAG_MAT_ICON} Formato ",
135-
"4289685560479120097": "{$START_TAG_MAT_ICON}save{$CLOSE_TAG_MAT_ICON} Guarde una copia ",
136135
"2697236704457863319": "Ex. Hola, me llamo...\nOración dos.\n\nPárrafo dos.\n\n\nPágina dos.",
137136
"347407180135731058": "Audio",
138137
"6150173052210897773": "Grabe",

packages/studio-web/src/i18n/messages.fr.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@
132132
"323794992596449638": "Sélectionnez un fichier de texte brut (.txt) ou un fichier ReadAlong Studio (.readalong)",
133133
"6329500169661407619": " Rédigez ou collez votre texte ici ",
134134
"887019029800317757": "{$START_TAG_MAT_ICON}help_outline{$CLOSE_TAG_MAT_ICON} Format ",
135-
"4289685560479120097": "{$START_TAG_MAT_ICON}save{$CLOSE_TAG_MAT_ICON} Copie de sauvegarde ",
136135
"2697236704457863319": "Ex. Bonjour, je m'appelle...\nPhrase deux.\n\nParagraphe deux.\n\n\nPage deux.",
137136
"347407180135731058": "Audio",
138137
"6150173052210897773": "Enregistrer",

packages/studio-web/src/i18n/messages.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@
132132
"323794992596449638": "Select a plain text file (.txt) or a ReadAlong Studio temporary file (.readalong)",
133133
"6329500169661407619": " Write or paste your text here ",
134134
"887019029800317757": "{$START_TAG_MAT_ICON}help_outline{$CLOSE_TAG_MAT_ICON} Format ",
135-
"4289685560479120097": "{$START_TAG_MAT_ICON}save{$CLOSE_TAG_MAT_ICON} Save a copy ",
136135
"2697236704457863319": "Ex. Hello my name is...\nSentence two.\n\nParagraph two.\n\n\nPage two.",
137136
"347407180135731058": "Audio",
138137
"6150173052210897773": "Record",

update-translations.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
npx nx extract-i18n studio-web
2+
cd packages/studio-web/
3+
npx tsx extract-i18n-lang.ts src/i18n/messages.json src/i18n/messages.es.json >src/i18n/messages.es-updated.json
4+
mv src/i18n/messages.es-updated.json src/i18n/messages.es.json
5+
npx tsx extract-i18n-lang.ts src/i18n/messages.json src/i18n/messages.fr.json >src/i18n/messages.fr-updated.json
6+
mv src/i18n/messages.fr-updated.json src/i18n/messages.fr.json

0 commit comments

Comments
 (0)