Skip to content

Commit

Permalink
Merge pull request #490 from GatherPress/update-language
Browse files Browse the repository at this point in the history
Updated language for block descriptions.
  • Loading branch information
mauteri authored Jan 15, 2024
2 parents 285d843 + 7d6d74c commit 0c6a612
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion build/blocks/add-to-calendar/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"category": "gatherpress",
"icon": "calendar",
"example": {},
"description": "An applet block to add the event to your preferred calendar.",
"description": "Allows a member to add an event to their preferred calendar.",
"attributes": {
"blockId": {
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion build/blocks/add-to-calendar/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-i18n'), 'version' => 'f3909d9560bbd3b75020');
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-i18n'), 'version' => '105e21bbfab9c0d33514');
2 changes: 1 addition & 1 deletion build/blocks/add-to-calendar/index.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/blocks/event-date/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"category": "gatherpress",
"icon": "clock",
"example": {},
"description": "Display and edit event dates.",
"description": "Displays the date and time for an event.",
"attributes": {
"eventEnd": {
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion build/blocks/event-date/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('moment', 'react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n'), 'version' => '01001f4cf77c07f49355');
<?php return array('dependencies' => array('moment', 'react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n'), 'version' => 'a138a9ec998692e29dec');
2 changes: 1 addition & 1 deletion build/blocks/event-date/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/blocks/events-list/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"category": "gatherpress",
"icon": "list-view",
"example": {},
"description": "A block listing events.",
"description": "Displays events that are either upcoming or have occurred in the past.",
"attributes": {
"eventOptions": {
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion build/blocks/events-list/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-core-data', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '740c7a7638d4c635d438');
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-core-data', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '92abefbab6ee03bff417');
2 changes: 1 addition & 1 deletion build/blocks/events-list/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/blocks/online-event/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"category": "gatherpress",
"icon": "video-alt2",
"example": {},
"description": "A block for events that are online.",
"description": "Utilized for virtual events, offering the capability to share a direct link to an event.",
"attributes": {
"blockId": {
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion build/blocks/online-event/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '094408c129f43b013721');
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => 'a20a7b796df51d5ad1fe');
2 changes: 1 addition & 1 deletion build/blocks/online-event/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/blocks/rsvp-response/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"category": "gatherpress",
"icon": "groups",
"example": {},
"description": "The block with RSVP response.",
"description": "Displays a list of members who have confirmed their attendance for an event.",
"attributes": {
"blockId": {
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion build/blocks/rsvp-response/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '8e1716a361dc38ef8e72');
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '09bb3e2572bc06d95f5a');
Loading

0 comments on commit 0c6a612

Please sign in to comment.