From 26a80b7c2d4941abbfd51fd39459ac22612e18d7 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Fri, 25 Dec 2020 15:12:59 +0100 Subject: Removes languages folder because wp.org managed --- composer.json | 1 - draggable-post-order.php | 1 - languages/draggable-post-order.pot | 39 -------------------------------------- 3 files changed, 41 deletions(-) delete mode 100644 languages/draggable-post-order.pot diff --git a/composer.json b/composer.json index 908af46..27ca31f 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,6 @@ "exclude": [ "*", ".*", "!/build", - "!/languages", "!/src", "!/vendor", "!/draggable-post-order.php", diff --git a/draggable-post-order.php b/draggable-post-order.php index 026b1c1..c8e5cf9 100644 --- a/draggable-post-order.php +++ b/draggable-post-order.php @@ -13,7 +13,6 @@ * Version: 1.0.0 * Author URI: https://dweipert.de * Text Domain: draggable-post-order - * Domain Path: /languages */ require __DIR__ . '/vendor/autoload.php'; diff --git a/languages/draggable-post-order.pot b/languages/draggable-post-order.pot deleted file mode 100644 index ef4a7cc..0000000 --- a/languages/draggable-post-order.pot +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright (C) 2020 Daniel Weipert -# This file is distributed under the same license as the Draggable Post Order plugin. -msgid "" -msgstr "" -"Project-Id-Version: Draggable Post Order 1.0.0\n" -"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/draggable-post-order\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2020-12-24T13:18:15+00:00\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"X-Generator: WP-CLI 2.4.0\n" -"X-Domain: draggable-post-order\n" - -#. Plugin Name of the plugin -msgid "Draggable Post Order" -msgstr "" - -#. Plugin URI of the plugin -msgid "https://gitlab.com/DRogueRonin/wp-plugin-draggable-post-order" -msgstr "" - -#. Description of the plugin -msgid "Drag'n'drop posts to order them" -msgstr "" - -#. Author of the plugin -msgid "Daniel Weipert" -msgstr "" - -#. Author URI of the plugin -msgid "https://dweipert.de" -msgstr "" - -#: src/class-draggable-post-order.php:114 -msgid "Post Order" -msgstr "" -- cgit v1.2.3