Skip to content

Commit

Permalink
Adding translations for filters
Browse files Browse the repository at this point in the history
  • Loading branch information
dcooney committed Nov 13, 2023
1 parent 8ba7c59 commit f3603ce
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 19 deletions.
2 changes: 1 addition & 1 deletion build/block/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', 'wp-primitives'), 'version' => '79820efbf8f7eb993282');
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => 'b37b5e5795c84ac35010');
2 changes: 1 addition & 1 deletion build/block/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/instant-images.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-blocks', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '5ca33f081ef84f6598f4');
<?php return array('dependencies' => array('react', 'wp-blocks', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => 'b142dc8329f228b09078');
2 changes: 1 addition & 1 deletion build/instant-images.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/media-modal/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-blocks', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => 'd75df71b09b66b2e1cb9');
<?php return array('dependencies' => array('react', 'wp-blocks', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => 'bb2b06e27ff929576821');
2 changes: 1 addition & 1 deletion build/media-modal/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/plugin-sidebar/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-blocks', 'wp-data', 'wp-edit-post', 'wp-element', 'wp-i18n', 'wp-plugins'), 'version' => 'beab3ee3efa569818ea4');
<?php return array('dependencies' => array('react', 'wp-blocks', 'wp-data', 'wp-edit-post', 'wp-element', 'wp-i18n', 'wp-plugins'), 'version' => '0f9e21dbe05d6fffdaca');
2 changes: 1 addition & 1 deletion build/plugin-sidebar/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lang/instant-images.pot
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-11-13T19:16:16+00:00\n"
"POT-Creation-Date: 2023-11-13T19:25:47+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.9.0\n"
"X-Domain: instant-images\n"
Expand Down
20 changes: 12 additions & 8 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@
"webpack-cli": "^5.0.1",
"webpack-merge": "^5.8.0"
}
}
}
2 changes: 1 addition & 1 deletion src/js/constants/filters.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const FILTERS = {
source: {
label: __("Source", "instant-images"),
default: "wordpress",
filters: [OPENVERSE_SOURCES],
filters: [...OPENVERSE_SOURCES],
},
aspect_ratio: {
label: __("Orientation", "instant-images"),
Expand Down

0 comments on commit f3603ce

Please sign in to comment.