-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from threadi/feature/removedLocalLanguageEmbed…
…ding Feature/removed local language embedding
- Loading branch information
Showing
10 changed files
with
92 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,19 @@ | ||
{ | ||
"name": "threadi/auto-category-for-posts", | ||
"require-dev": { | ||
"wp-coding-standards/wpcs": "^2.3" | ||
"wp-coding-standards/wpcs": "^3.0.0" | ||
}, | ||
"scripts": { | ||
"post-install-cmd": [ | ||
"\"vendor/bin/phpcs\" --config-set installed_paths vendor/wp-coding-standards/wpcs" | ||
"\"vendor/bin/phpcs\" --config-set installed_paths vendor/wp-coding-standards/wpcs,vendor/phpcsstandards/phpcsutils,vendor/phpcsstandards/phpcsextra" | ||
], | ||
"post-update-cmd": [ | ||
"\"vendor/bin/phpcs\" --config-set installed_paths vendor/wp-coding-standards/wpcs" | ||
"\"vendor/bin/phpcs\" --config-set installed_paths vendor/wp-coding-standards/wpcs,vendor/phpcsstandards/phpcsutils,vendor/phpcsstandards/phpcsextra" | ||
] | ||
}, | ||
"config": { | ||
"allow-plugins": { | ||
"dealerdirect/phpcodesniffer-composer-installer": true | ||
} | ||
} | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
# Copyright (C) 2022 Thomas Zwirner | ||
# This file is distributed under the GPL-2.0-or-later. | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Auto Category for Posts 1.0.2\n" | ||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/auto-category-for-" | ||
"posts\n" | ||
"POT-Creation-Date: 2023-10-21T16:20:48+02:00\n" | ||
"PO-Revision-Date: 2023-10-21 16:21+0200\n" | ||
"Last-Translator: Thomas Zwirner <info@thomaszwirner.de>\n" | ||
"Language-Team: \n" | ||
"Language: de\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
"X-Generator: Poedit 3.0.1\n" | ||
"X-Domain: auto-category-for-posts\n" | ||
|
||
#. Plugin Name of the plugin | ||
msgid "Auto Category for Posts" | ||
msgstr "Automatische Kategorie für Beiträge" | ||
|
||
#. Description of the plugin | ||
msgid "" | ||
"Automatically add a default-category to each new post before it is first " | ||
"saved." | ||
msgstr "" | ||
"Setzt die Standard-Kategorie an neuen Beiträgen bereits bevor diese erstmals " | ||
"gespeichert werden." | ||
|
||
#. Author of the plugin | ||
msgid "Thomas Zwirner" | ||
msgstr "Thomas Zwirner" | ||
|
||
#. Author URI of the plugin | ||
msgid "https://www.thomaszwirner.de" | ||
msgstr "https://www.thomaszwirner.de" | ||
|
||
#: auto-category-for-posts.php:92 admin/js.js:24 | ||
msgid "Set as default" | ||
msgstr "Setze als Standard-Kategorie" | ||
|
||
#: auto-category-for-posts.php:95 admin/js.js:26 | ||
msgid "Default category" | ||
msgstr "Standard-Kategorie" | ||
|
||
#: auto-category-for-posts.php:151 | ||
msgid "Error on saving new settings for default category." | ||
msgstr "Fehler beim Speichern der neuen Einstellungen zur Standard-Kategorie." | ||
|
||
#: auto-category-for-posts.php:183 | ||
msgid "Given category does not exists." | ||
msgstr "Die übergebene Kategorie existiert nicht." | ||
|
||
#: auto-category-for-posts.php:186 | ||
msgid "No new category-id given." | ||
msgstr "Keine Kategorie übergeben." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters