feat(locales): allow copying data from other locales (#5850) (#5881)

Co-authored-by: Kolja Markwardt <kolja.markwardt@edeka.de>
This commit is contained in:
Kolja Markwardt
2021-11-01 18:37:42 +01:00
committed by GitHub
parent 876b102e3a
commit 5e2d181498
3 changed files with 72 additions and 21 deletions

View File

@ -92,6 +92,9 @@ const de = {
},
i18n: {
writingInLocale: 'Aktuelle Sprache: %{locale}',
copyFromLocale: 'Aus anderer Sprache übernehmen',
copyFromLocaleConfirm:
'Wollen Sie wirklich die Daten aus der Sprache %{locale} übernehmen?\nAlle bishergen Inhalte werden überschrieben.',
},
},
editor: {

View File

@ -92,6 +92,9 @@ const en = {
},
i18n: {
writingInLocale: 'Writing in %{locale}',
copyFromLocale: 'Fill in from another locale',
copyFromLocaleConfirm:
'Do you want to fill in data from %{locale} locale?\nAll existing content will be overwritten.',
},
},
editor: {