Skip to content

Commit 2d31a65

Browse files
committed
initial language file
1 parent c15298e commit 2d31a65

2 files changed

Lines changed: 32 additions & 2 deletions

File tree

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ module.exports = function(grunt) {
1111
makepot: {
1212
target: {
1313
options: {
14-
mainFile: 'webmention.php',
14+
mainFile: 'deleted-posts.php',
1515
domainPath: '/languages',
1616
exclude: ['bin/.*', '.git/.*', 'vendor/.*'],
17-
potFilename: 'wordpress-webmention.pot',
17+
potFilename: 'wordpress-deleted-posts.pot',
1818
type: 'wp-plugin',
1919
updateTimestamp: true
2020
}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Copyright (C) 2016 IndieWordPress Team
2+
# This file is distributed under the MIT.
3+
msgid ""
4+
msgstr ""
5+
"Project-Id-Version: Deleted Posts 1.0.0\n"
6+
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/deleted-posts\n"
7+
"POT-Creation-Date: 2016-11-13 20:53:32+00:00\n"
8+
"MIME-Version: 1.0\n"
9+
"Content-Type: text/plain; charset=utf-8\n"
10+
"Content-Transfer-Encoding: 8bit\n"
11+
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
12+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13+
"Language-Team: LANGUAGE <LL@li.org>\n"
14+
"X-Generator: grunt-wp-i18n 0.5.4\n"
15+
16+
#. Description of the plugin/theme
17+
msgid "Deleted Posts"
18+
msgstr ""
19+
20+
#. Plugin URI of the plugin/theme
21+
msgid "https://github.com/indiewordpress/wordpress-deleted-posts"
22+
msgstr ""
23+
24+
#. Author of the plugin/theme
25+
msgid "IndieWordPress Team"
26+
msgstr ""
27+
28+
#. Author URI of the plugin/theme
29+
msgid "https://github.com/indiewordpress"
30+
msgstr ""

0 commit comments

Comments
 (0)