diff --git a/languages/respect-art-direction.pot b/languages/respect-art-direction.pot new file mode 100644 index 0000000..cfc98e5 --- /dev/null +++ b/languages/respect-art-direction.pot @@ -0,0 +1,46 @@ +# Copyright (C) 2017 Jonathan Desrosiers +# This file is distributed under the same license as the Respect Art Direction package. +msgid "" +msgstr "" +"Project-Id-Version: Respect Art Direction 0.1.0\n" +"Report-Msgid-Bugs-To: " +"https://wordpress.org/support/plugin/respect-art-direction\n" +"POT-Creation-Date: 2017-05-03 13:29:44+00:00\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"PO-Revision-Date: 2017-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"X-Generator: grunt-wp-i18n 0.5.4\n" +"X-Poedit-KeywordsList: " +"__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_" +"attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n" +"Language: en\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Poedit-Country: United States\n" +"X-Poedit-SourceCharset: UTF-8\n" +"X-Poedit-Basepath: ../\n" +"X-Poedit-SearchPath-0: .\n" +"X-Poedit-Bookmarks: \n" +"X-Textdomain-Support: yes\n" + +#. Plugin Name of the plugin/theme +msgid "Respect Art Direction" +msgstr "" + +#. Plugin URI of the plugin/theme +msgid "https://github.com/desrosj/respect-art-direction" +msgstr "" + +#. Description of the plugin/theme +msgid "POC plugin defining art direction for WordPress images." +msgstr "" + +#. Author of the plugin/theme +msgid "Jonathan Desrosiers" +msgstr "" + +#. Author URI of the plugin/theme +msgid "https://jonathandesrosiers.com" +msgstr "" \ No newline at end of file diff --git a/package.json b/package.json index 03b8596..4e9af3b 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "respect-art-direction", - "version": "0.1.0-dev", + "version": "0.1.0", "main": "Gruntfile.js", "author": "Jonathan Desrosiers", "devDependencies": { diff --git a/respect-art-direction.php b/respect-art-direction.php index 7664721..d3d6bce 100755 --- a/respect-art-direction.php +++ b/respect-art-direction.php @@ -7,7 +7,7 @@ * Author URI: https://jonathandesrosiers.com * Text Domain: respect-art-direction * Domain Path: /languages - * Version: 0.1.0-dev + * Version: 0.1.0 * * @package Respect_Art_Direction */