Skip to content

Commit ffbff99

Browse files
committed
feat(studio): i18n footer dev mode text
1 parent 0c5ccea commit ffbff99

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

src/app/src/components/AppFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function closeStudio() {
6363
v-if="devMode"
6464
class="ml-2 text-xs text-muted"
6565
>
66-
Using local filesystem
66+
{{ t('studio.footer.localFilesystem') }}
6767
</span>
6868
<UDropdownMenu
6969
v-else

src/app/src/locales/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
"reloadButton": "Reload"
5959
},
6060
"footer": {
61-
"developer_view": "Developer view"
61+
"developer_view": "Developer view",
62+
"localFilesystem": "Using local filesystem"
6263
},
6364
"alert": {
6465
"mdcFormatting": "Formatting applied to align with MDC syntax standard."

src/app/src/locales/fr.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
"reloadButton": "Recharger"
5959
},
6060
"footer": {
61-
"developer_view": "Vue développeur"
61+
"developer_view": "Vue développeur",
62+
"localFilesystem": "Utilisation des fichiers locaux"
6263
},
6364
"alert": {
6465
"mdcFormatting": "Formatage appliqué pour s'aligner sur le standard de syntaxe MDC."

0 commit comments

Comments
 (0)