2
0

💚 Remove defineLocale weird TS bug

This commit is contained in:
Baptiste Arnaud
2023-09-08 11:51:14 +02:00
parent a2e24d08a0
commit 59cc450fd3
3 changed files with 6 additions and 12 deletions

View File

@@ -1,6 +1,4 @@
import { defineLocale } from '.' export default {
export default defineLocale({
back: 'Zurück', back: 'Zurück',
'confirmModal.defaultTitle': 'Bist du sicher?', 'confirmModal.defaultTitle': 'Bist du sicher?',
'dashboard.header.settingsButton.label': 'Einstellungen & Mitglieder', 'dashboard.header.settingsButton.label': 'Einstellungen & Mitglieder',
@@ -323,4 +321,4 @@ export default defineLocale({
'editor.blocks.bubbles.textEditor.plate.label': 'Texteditor', 'editor.blocks.bubbles.textEditor.plate.label': 'Texteditor',
'editor.blocks.bubbles.textEditor.searchVariable.placeholder': 'editor.blocks.bubbles.textEditor.searchVariable.placeholder':
'Nach einer Variable suchen', 'Nach einer Variable suchen',
}) } as const

View File

@@ -1,6 +1,4 @@
import { defineLocale } from '.' export default {
export default defineLocale({
back: 'Retour', back: 'Retour',
'confirmModal.defaultTitle': 'Es-tu sûr ?', 'confirmModal.defaultTitle': 'Es-tu sûr ?',
'dashboard.header.settingsButton.label': 'Paramètres & Membres', 'dashboard.header.settingsButton.label': 'Paramètres & Membres',
@@ -326,4 +324,4 @@ export default defineLocale({
'editor.blocks.bubbles.textEditor.plate.label': 'Éditeur de texte', 'editor.blocks.bubbles.textEditor.plate.label': 'Éditeur de texte',
'editor.blocks.bubbles.textEditor.searchVariable.placeholder': 'editor.blocks.bubbles.textEditor.searchVariable.placeholder':
'Rechercher une variable', 'Rechercher une variable',
}) } as const

View File

@@ -1,6 +1,4 @@
import { defineLocale } from '.' export default {
export default defineLocale({
back: 'Voltar', back: 'Voltar',
'confirmModal.defaultTitle': 'Tem a certeza?', 'confirmModal.defaultTitle': 'Tem a certeza?',
'dashboard.header.settingsButton.label': 'Configurações & Membros', 'dashboard.header.settingsButton.label': 'Configurações & Membros',
@@ -323,4 +321,4 @@ export default defineLocale({
'editor.blocks.bubbles.textEditor.plate.label': 'Editor de texto', 'editor.blocks.bubbles.textEditor.plate.label': 'Editor de texto',
'editor.blocks.bubbles.textEditor.searchVariable.placeholder': 'editor.blocks.bubbles.textEditor.searchVariable.placeholder':
'Pesquisar uma variável', 'Pesquisar uma variável',
}) } as const