Skip to content

Commit

Permalink
Merge pull request #588 from carstingaxion/feature/i18n-improvements
Browse files Browse the repository at this point in the history
Improve translations
  • Loading branch information
mauteri authored Mar 7, 2024
2 parents 1d7511d + cbd7774 commit 1c19f2f
Show file tree
Hide file tree
Showing 58 changed files with 477 additions and 68,707 deletions.
2 changes: 1 addition & 1 deletion build/admin.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-blocks', 'wp-data', 'wp-dom-ready'), 'version' => 'bccff6cd671b0e947c21');
<?php return array('dependencies' => array('wp-blocks', 'wp-data', 'wp-dom-ready'), 'version' => '3611bca17011dd4cf5be');
263 changes: 1 addition & 262 deletions build/admin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/admin_style.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => '54ce19837a9ab5960801');
<?php return array('dependencies' => array(), 'version' => 'ceb7c66a2b1e518e5f59');
15 changes: 1 addition & 14 deletions build/admin_style.css
Original file line number Diff line number Diff line change
@@ -1,14 +1 @@
/*!***************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/admin.scss ***!
\***************************************************************************************************************************************************************************************************************************************/
.gp-admin__membership-check {
align-items: center;
display: flex;
gap: 1rem;
padding: 0.5rem;
}
.gp-admin__membership-check > div:last-child {
margin-left: auto;
}

/*# sourceMappingURL=admin_style.css.map*/
.gp-admin__membership-check{align-items:center;display:flex;gap:1rem;padding:.5rem}.gp-admin__membership-check>div:last-child{margin-left:auto}
28 changes: 0 additions & 28 deletions build/admin_style.js
Original file line number Diff line number Diff line change
@@ -1,28 +0,0 @@
/******/ (() => { // webpackBootstrap
/******/ "use strict";
/******/ // The require scope
/******/ var __webpack_require__ = {};
/******/
/************************************************************************/
/******/ /* webpack/runtime/make namespace object */
/******/ (() => {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ })();
/******/
/************************************************************************/
var __webpack_exports__ = {};
/*!************************!*\
!*** ./src/admin.scss ***!
\************************/
__webpack_require__.r(__webpack_exports__);
// extracted by mini-css-extract-plugin

/******/ })()
;
//# sourceMappingURL=admin_style.js.map
2 changes: 1 addition & 1 deletion build/blocks/add-to-calendar/add-to-calendar.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-dom-ready'), 'version' => 'c5e07b505ee22c88a97a');
<?php return array('dependencies' => array('wp-dom-ready'), 'version' => '3ebd875b9e03f34024e6');
Loading

0 comments on commit 1c19f2f

Please sign in to comment.