updating translations
This commit is contained in:
parent
84c77c972a
commit
b120ae20f3
|
|
@ -1 +1 @@
|
||||||
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-core-data', 'wp-data', 'wp-element', 'wp-i18n', 'wp-notices'), 'version' => '9351c7eea85fb0780aa2');
|
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-core-data', 'wp-data', 'wp-element', 'wp-i18n', 'wp-notices'), 'version' => '323648ec884ec9457ba6');
|
||||||
|
|
|
||||||
|
|
@ -197,7 +197,7 @@ function Edit({
|
||||||
passIndexToChildren();
|
passIndexToChildren();
|
||||||
}, [currentBlockDatas]);
|
}, [currentBlockDatas]);
|
||||||
const currentLang = (0,_utils_getAdminLanguageFromCookies_js__WEBPACK_IMPORTED_MODULE_10__["default"])("wp-wpml_current_language");
|
const currentLang = (0,_utils_getAdminLanguageFromCookies_js__WEBPACK_IMPORTED_MODULE_10__["default"])("wp-wpml_current_language");
|
||||||
const localVersionTextDescription = currentLang === "nl" ? "Tekstversie van de illustratie" : "Version texte des indications de l'illustration";
|
const localVersionTextDescription = currentLang === "nl" ? "Tekstversie van de instructies in de afbeelding" : "Version texte des indications de l'illustration";
|
||||||
return (0,_wordpress_element__WEBPACK_IMPORTED_MODULE_0__.createElement)(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__.Fragment, null, (0,_wordpress_element__WEBPACK_IMPORTED_MODULE_0__.createElement)(_wordpress_block_editor__WEBPACK_IMPORTED_MODULE_7__.InspectorControls, null, (0,_wordpress_element__WEBPACK_IMPORTED_MODULE_0__.createElement)(_wordpress_components__WEBPACK_IMPORTED_MODULE_8__.PanelBody, null, (0,_wordpress_element__WEBPACK_IMPORTED_MODULE_0__.createElement)(_wordpress_components__WEBPACK_IMPORTED_MODULE_8__.Button, {
|
return (0,_wordpress_element__WEBPACK_IMPORTED_MODULE_0__.createElement)(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__.Fragment, null, (0,_wordpress_element__WEBPACK_IMPORTED_MODULE_0__.createElement)(_wordpress_block_editor__WEBPACK_IMPORTED_MODULE_7__.InspectorControls, null, (0,_wordpress_element__WEBPACK_IMPORTED_MODULE_0__.createElement)(_wordpress_components__WEBPACK_IMPORTED_MODULE_8__.PanelBody, null, (0,_wordpress_element__WEBPACK_IMPORTED_MODULE_0__.createElement)(_wordpress_components__WEBPACK_IMPORTED_MODULE_8__.Button, {
|
||||||
variant: "primary",
|
variant: "primary",
|
||||||
onClick: () => {
|
onClick: () => {
|
||||||
|
|
@ -509,7 +509,7 @@ function save({
|
||||||
}, index + 1));
|
}, index + 1));
|
||||||
});
|
});
|
||||||
const currentLang = (0,_utils_getAdminLanguageFromCookies_js__WEBPACK_IMPORTED_MODULE_4__["default"])("wp-wpml_current_language");
|
const currentLang = (0,_utils_getAdminLanguageFromCookies_js__WEBPACK_IMPORTED_MODULE_4__["default"])("wp-wpml_current_language");
|
||||||
const localVersionTextDescription = currentLang === "nl" ? "Tekstversie van de illustratie" : "Version texte des indications de l'illustration";
|
const localVersionTextDescription = currentLang === "nl" ? "Tekstversie van de instructies in de afbeelding" : "Version texte des indications de l'illustration";
|
||||||
return (0,_wordpress_element__WEBPACK_IMPORTED_MODULE_0__.createElement)("section", {
|
return (0,_wordpress_element__WEBPACK_IMPORTED_MODULE_0__.createElement)("section", {
|
||||||
..._wordpress_block_editor__WEBPACK_IMPORTED_MODULE_1__.useBlockProps.save({
|
..._wordpress_block_editor__WEBPACK_IMPORTED_MODULE_1__.useBlockProps.save({
|
||||||
className: `homegrade-blocks-focused-thematique`
|
className: `homegrade-blocks-focused-thematique`
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -179,7 +179,7 @@ function Edit({
|
||||||
const currentLang = getAdminLanguageFromCookies("wp-wpml_current_language");
|
const currentLang = getAdminLanguageFromCookies("wp-wpml_current_language");
|
||||||
const localVersionTextDescription =
|
const localVersionTextDescription =
|
||||||
currentLang === "nl"
|
currentLang === "nl"
|
||||||
? "Tekstversie van de illustratie"
|
? "Tekstversie van de instructies in de afbeelding"
|
||||||
: "Version texte des indications de l'illustration";
|
: "Version texte des indications de l'illustration";
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ export default function save({ attributes }) {
|
||||||
const currentLang = getAdminLanguageFromCookies("wp-wpml_current_language");
|
const currentLang = getAdminLanguageFromCookies("wp-wpml_current_language");
|
||||||
const localVersionTextDescription =
|
const localVersionTextDescription =
|
||||||
currentLang === "nl"
|
currentLang === "nl"
|
||||||
? "Tekstversie van de illustratie"
|
? "Tekstversie van de instructies in de afbeelding"
|
||||||
: "Version texte des indications de l'illustration";
|
: "Version texte des indications de l'illustration";
|
||||||
return (
|
return (
|
||||||
<section
|
<section
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user