netlify-cms-locales
Advanced tools
Comparing version 1.36.2 to 1.37.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.37.0](https://github.com/netlify/netlify-cms/compare/netlify-cms-locales@1.36.2...netlify-cms-locales@1.37.0) (2021-11-01) | ||
### Features | ||
* **locales:** allow copying data from other locales ([#5850](https://github.com/netlify/netlify-cms/issues/5850)) ([#5881](https://github.com/netlify/netlify-cms/issues/5881)) ([5e2d181](https://github.com/netlify/netlify-cms/commit/5e2d1814981e2c09762b18d9ff66d1fefcbe73b3)) | ||
## [1.36.2](https://github.com/netlify/netlify-cms/compare/netlify-cms-locales@1.36.1...netlify-cms-locales@1.36.2) (2021-10-11) | ||
@@ -8,0 +19,0 @@ |
@@ -99,3 +99,5 @@ "use strict"; | ||
i18n: { | ||
writingInLocale: 'Aktuelle Sprache: %{locale}' | ||
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.' | ||
} | ||
@@ -102,0 +104,0 @@ }, |
@@ -99,3 +99,5 @@ "use strict"; | ||
i18n: { | ||
writingInLocale: 'Writing in %{locale}' | ||
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.' | ||
} | ||
@@ -102,0 +104,0 @@ }, |
{ | ||
"name": "netlify-cms-locales", | ||
"description": "Locales for Netlify CMS.", | ||
"version": "1.36.2", | ||
"version": "1.37.0", | ||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales", | ||
@@ -19,3 +19,3 @@ "bugs": "https://github.com/netlify/netlify-cms/issues", | ||
}, | ||
"gitHead": "c2c7d8309ecf97edfef2352884b8953520359968" | ||
"gitHead": "35725fe3dcb5a883c5d4dea85baebcb5681ac942" | ||
} |
@@ -95,2 +95,5 @@ const de = { | ||
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.', | ||
}, | ||
@@ -97,0 +100,0 @@ }, |
@@ -95,2 +95,5 @@ const en = { | ||
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.', | ||
}, | ||
@@ -97,0 +100,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1405390
17205