Skip to content

Commit

Permalink
Brazalian translations added for missing texts for Store Info
Browse files Browse the repository at this point in the history
  • Loading branch information
Arati Bhandare committed Sep 14, 2023
1 parent 87575f1 commit 7d912c1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'moment', 'react', 'wp-api-fetch', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-url'), 'version' => '9885436fc4349ef6f607');
<?php return array('dependencies' => array('lodash', 'moment', 'react', 'wp-api-fetch', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-url'), 'version' => 'b15768dce63a2f7a18aa');
2 changes: 2 additions & 0 deletions languages/wp-module-ecommerce-en_US.po
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,9 @@ msgid "Once you launch your store, you'll see a snapshot of recent purchases and
msgstr ""

#: build/index.js:6017
#: build/index.js:7753
#: build/index.js:4898
#: build/index.js:6753
msgid "* indicates a required field"
msgstr ""

Expand Down
2 changes: 2 additions & 0 deletions languages/wp-module-ecommerce-pt_BR.po
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,9 @@ msgid "Once you launch your store, you'll see a snapshot of recent purchases and
msgstr "Quando publicar sua loja, você terá acesso as compras recentes e atividades de seus clientes "

#: build/index.js:6017
#: build/index.js:7753
#: build/index.js:4898
#: build/index.js:6753
msgid "* indicates a required field"
msgstr "*campo obrigatório"

Expand Down
4 changes: 3 additions & 1 deletion languages/wp-module-ecommerce.pot
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-09-14T12:16:17+00:00\n"
"POT-Creation-Date: 2023-09-14T12:40:02+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.8.1\n"
"X-Domain: wp-module-ecommerce\n"
Expand Down Expand Up @@ -183,7 +183,9 @@ msgid "enter your \"%1$s\" key secret here."
msgstr ""

#: build/index.js:6017
#: build/index.js:7753
#: build/index.js:4898
#: build/index.js:6753
msgid "* indicates a required field"
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion src/components/StoreInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ const StoreInfo = ({ values, pushChanges, controls }) => {
</Select>
)}
</div>
<span>* indicates a required field</span>
<span>{__("* indicates a required field", "wp-module-ecommerce")}</span>
</div>
)}
</Section.Settings>
Expand Down

0 comments on commit 7d912c1

Please sign in to comment.