Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-latte committed Jul 25, 2019
2 parents 3bf1bdd + 9386858 commit 17946da
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
8 changes: 8 additions & 0 deletions classes/class-p4ct-metabox-register.php
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,14 @@ public function register_main_options_metabox() {
)
);

$cmb_options->add_field(
array(
'name' => esc_html__( 'Donation: default currency', 'gpea_theme_backend' ),
'id' => 'gpea_default_donation_currency',
'type' => 'text',
)
);

$cmb_options->add_field(
array(
'name' => esc_html__( 'Sharing options', 'gpea_theme_backend' ),
Expand Down
Binary file modified languages/gpea_theme-zh_TW.mo
Binary file not shown.
11 changes: 3 additions & 8 deletions languages/gpea_theme-zh_TW.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2019-06-27T19:00:40+02:00\n"
"PO-Revision-Date: 2019-07-24 21:41+0900\n"
"PO-Revision-Date: 2019-07-25 16:58+0900\n"
"X-Generator: Poedit 2.2.3\n"
"X-Domain: gpea_theme\n"
"Plural-Forms: nplurals=1; plural=0;\n"
Expand Down Expand Up @@ -360,16 +360,11 @@ msgstr "作者:"

#: single.php:132
msgid "Article donation launcher"
msgstr "很多香港人,像您一樣…"
msgstr "很多臺灣人,像您一樣…"

#: single.php:133
msgid "Short intro to donation launcher"
msgstr ""
"關注地球環境,因為這與您、我、每一個人,都息息相關。面對眾多環境問題,綠色和平致力提供解決方案,讓您我能夠與慷慨的大地共生。\n"
"為確保獨立與公正,我們從不接受來自政府或企業的捐款。所有推動環境工作的資源,都來自熱心公眾,因此您的支持對我們無比重要。很多像您一樣的民眾,願意以行動帶來改變,才造就過去眾多的環保成就。\n"
"您願意以小額捐助,以月捐方式支持我們的工作嗎?\n"
"我們承諾謹慎使用每分資源,並力行資訊公開透明,以接受公眾、會員及監管機構的監督。\n"
"您願意加入我們,以幾分鐘的時間登記,以及每天$2的金額,共同守護我們唯一家園嗎?"
msgstr "關注地球環境,因為這與您、我、每一個人,都息息相關。面對眾多環境問題,綠色和平致力提供解決方案,讓您我能夠與慷慨的大地共生。 為確保獨立與公正,我們從不接受來自政府或企業的捐款。所有推動環境工作的資源,都來自熱心民眾,因此您的支持對我們無比重要。很多像您一樣的民眾,願意以行動帶來改變,才造就過去無數的環保成就。 您願意以小額捐助,以月捐方式支持我們的工作嗎? 我們承諾謹慎使用每分資源,並力行資訊公開透明,以接受公眾、會員及監管機構的監督。 您願意加入我們,只要幾分鐘的時間登記,以及每天10元的金額,共同守護我們唯一家園嗎?"

#: single.php:134
msgid "I want to support"
Expand Down

0 comments on commit 17946da

Please sign in to comment.