Skip to content

Commit e725368

Browse files
committed
Adding in the language files.
1 parent 754c172 commit e725368

File tree

6 files changed

+116
-0
lines changed

6 files changed

+116
-0
lines changed

languages/pff-paystack-en_EN.mo

529 Bytes
Binary file not shown.

languages/pff-paystack-en_EN.po

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Copyright (C) 2024 Paystack
2+
# This file is distributed under the GPL-2.0+.
3+
msgid ""
4+
msgstr ""
5+
"Project-Id-Version: Payment Forms for Paystack 4.0.0\n"
6+
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/plugin-payment-forms-for-wordpress\n"
7+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8+
"Language-Team: LANGUAGE <[email protected]>\n"
9+
"MIME-Version: 1.0\n"
10+
"Content-Type: text/plain; charset=UTF-8\n"
11+
"Content-Transfer-Encoding: 8bit\n"
12+
"POT-Creation-Date: 2024-10-04T13:52:09+00:00\n"
13+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14+
"X-Generator: WP-CLI 2.8.1\n"
15+
"X-Domain: plugin-payment-forms-for-wordpress\n"
16+
17+
#. Plugin Name of the plugin
18+
msgid "Payment Forms for Paystack"
19+
msgstr ""
20+
21+
#. Plugin URI of the plugin
22+
msgid "https://github.com/PaystackHQ/Wordpress-Payment-forms-for-Paystack"
23+
msgstr ""
24+
25+
#. Description of the plugin
26+
msgid "Payment Forms for Paystack allows you create forms that will be used to bill clients for goods and services via Paystack."
27+
msgstr ""
28+
29+
#. Author of the plugin
30+
msgid "Paystack"
31+
msgstr ""
32+
33+
#. Author URI of the plugin
34+
msgid "http://paystack.com"
35+
msgstr ""

languages/pff-paystack-en_US.mo

529 Bytes
Binary file not shown.

languages/pff-paystack-en_US.po

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Copyright (C) 2024 Paystack
2+
# This file is distributed under the GPL-2.0+.
3+
msgid ""
4+
msgstr ""
5+
"Project-Id-Version: Payment Forms for Paystack 4.0.0\n"
6+
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/plugin-payment-forms-for-wordpress\n"
7+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8+
"Language-Team: LANGUAGE <[email protected]>\n"
9+
"MIME-Version: 1.0\n"
10+
"Content-Type: text/plain; charset=UTF-8\n"
11+
"Content-Transfer-Encoding: 8bit\n"
12+
"POT-Creation-Date: 2024-10-04T13:52:09+00:00\n"
13+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14+
"X-Generator: WP-CLI 2.8.1\n"
15+
"X-Domain: plugin-payment-forms-for-wordpress\n"
16+
17+
#. Plugin Name of the plugin
18+
msgid "Payment Forms for Paystack"
19+
msgstr ""
20+
21+
#. Plugin URI of the plugin
22+
msgid "https://github.com/PaystackHQ/Wordpress-Payment-forms-for-Paystack"
23+
msgstr ""
24+
25+
#. Description of the plugin
26+
msgid "Payment Forms for Paystack allows you create forms that will be used to bill clients for goods and services via Paystack."
27+
msgstr ""
28+
29+
#. Author of the plugin
30+
msgid "Paystack"
31+
msgstr ""
32+
33+
#. Author URI of the plugin
34+
msgid "http://paystack.com"
35+
msgstr ""

languages/pff-paystack.pot

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Copyright (C) 2024 Paystack
2+
# This file is distributed under the GPL-2.0+.
3+
msgid ""
4+
msgstr ""
5+
"Project-Id-Version: Payment Forms for Paystack 4.0.0\n"
6+
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/plugin-payment-forms-for-wordpress\n"
7+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8+
"Language-Team: LANGUAGE <[email protected]>\n"
9+
"MIME-Version: 1.0\n"
10+
"Content-Type: text/plain; charset=UTF-8\n"
11+
"Content-Transfer-Encoding: 8bit\n"
12+
"POT-Creation-Date: 2024-10-04T13:52:09+00:00\n"
13+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14+
"X-Generator: WP-CLI 2.8.1\n"
15+
"X-Domain: plugin-payment-forms-for-wordpress\n"
16+
17+
#. Plugin Name of the plugin
18+
msgid "Payment Forms for Paystack"
19+
msgstr ""
20+
21+
#. Plugin URI of the plugin
22+
msgid "https://github.com/PaystackHQ/Wordpress-Payment-forms-for-Paystack"
23+
msgstr ""
24+
25+
#. Description of the plugin
26+
msgid "Payment Forms for Paystack allows you create forms that will be used to bill clients for goods and services via Paystack."
27+
msgstr ""
28+
29+
#. Author of the plugin
30+
msgid "Paystack"
31+
msgstr ""
32+
33+
#. Author URI of the plugin
34+
msgid "http://paystack.com"
35+
msgstr ""

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "pff-paystack",
3+
"version": "4.0.0",
4+
"description": "Paystack Payment forms for WordPress",
5+
"main": "gulpfile.js",
6+
"scripts": {
7+
"build-pot": "wp i18n make-pot . languages/pff-paystack.pot",
8+
"build-mopo": "rm -R languages/pff-paystack-en_EN.mo && cp languages/pff-paystack.pot languages/pff-paystack-en_EN.po && wp i18n make-mo languages",
9+
"translate-US": "cp languages/pff-paystack-en_EN.po languages/pff-paystack-en_US.po && cp languages/pff-paystack-en_EN.mo languages/pff-paystack-en_US.mo"
10+
}
11+
}

0 commit comments

Comments
 (0)