feat(locale): Make editor interface buttons translatable (#4938)

This commit is contained in:
Valentin Nourdin
2021-02-08 18:09:00 +01:00
committed by GitHub
parent 34dfd219e0
commit c0236536dd
3 changed files with 13 additions and 3 deletions

View File

@ -111,6 +111,11 @@ const en = {
loadingEntry: 'Loading entry...',
confirmLoadBackup: 'A local backup was recovered for this entry, would you like to use it?',
},
editorInterface: {
toggleI18n: 'Toggle i18n',
togglePreview: 'Toggle preview',
toggleScrollSync: 'Sync scrolling',
},
editorToolbar: {
publishing: 'Publishing...',
publish: 'Publish',

View File

@ -114,6 +114,11 @@ const fr = {
confirmLoadBackup:
"Une sauvegarde locale a été trouvée pour cette entrée. Voulez-vous l'utiliser",
},
editorInterface: {
toggleI18n: 'Édition multi-langues',
togglePreview: 'Aperçu',
toggleScrollSync: 'Défilement synchronisé',
},
editorToolbar: {
publishing: 'Publication...',
publish: 'Publier',