generated from varunsridharan/git-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample-make-pot.json
26 lines (26 loc) · 1017 Bytes
/
sample-make-pot.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"src" : "path-to-files",
"dist" : "path-to-save/pot-file-name.pot",
"domain" : "project-text-domain",
"package-name" : "Your Package Name",
"exclude" : "comma seperated folders name",
"ignore-domain" : "",
"subtract" : "",
"include" : "",
"skip-js" : "",
"skip-audit" : "",
"file-comment" : "",
"headers" : {
"Project-Id-Version" : "Project\n",
"Report-Msgid-Bugs-To" : "https://wordpress.org/support/plugin/cp\n",
"Last-Translator" : "Author Name\n",
"Language-Team" : "LANGUAGE <LL@li.org>\n",
"MIME-Version" : "1.0\n",
"Content-Type" : "text/plain; charset=UTF-8\n",
"Content-Transfer-Encoding" : "8bit\n",
"POT-Creation-Date" : "2019-07-05T16:46:16+05:30\n",
"PO-Revision-Date" : "YEAR-MO-DA HO:MI+ZONE\n",
"X-Generator" : "WP-CLI 2.2.0\n",
"X-Domain" : "textdomain\n"
}
}