-
Notifications
You must be signed in to change notification settings - Fork 1
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 #6 from threadi/fix/errorOnValidateNumbers
Fix/error on validate numbers
- Loading branch information
Showing
15 changed files
with
41 additions
and
31 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
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
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/eml", | ||
"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 | ||
} | ||
} | ||
} |
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
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 |
---|---|---|
|
@@ -5,8 +5,8 @@ msgstr "" | |
"Project-Id-Version: External files in Media Library @@VersionNumber@@\n" | ||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/external-files-in-" | ||
"media-library\n" | ||
"POT-Creation-Date: 2023-09-02T21:28:13+02:00\n" | ||
"PO-Revision-Date: 2023-09-02 21:29+0200\n" | ||
"POT-Creation-Date: 2023-10-21T17:25:08+02:00\n" | ||
"PO-Revision-Date: 2023-10-21 17:34+0200\n" | ||
"Last-Translator: Thomas Zwirner <[email protected]>\n" | ||
"Language-Team: \n" | ||
"Language: de_DE\n" | ||
|
@@ -89,7 +89,7 @@ msgstr "" | |
#. translators: %1$s will be replaced by the url of the file. | ||
#: classes/eml/Controller/class-external-files.php:359 | ||
msgid "Given URL %1$s is available." | ||
msgstr "Die angegebene URL %1$s ist nicht erreichbar." | ||
msgstr "Die angegebene URL %1$s ist erreichbar." | ||
|
||
#. translators: %1$s will be replaced by the file-URL | ||
#: classes/eml/Controller/class-external-files.php:381 | ||
|
@@ -337,7 +337,7 @@ msgstr "Füge externe Dateien <a href=\"%1$s\">hier</a> hinzu." | |
#: inc/admin.php:385 | ||
msgid "Enter an URL for a file you want to insert in your library" | ||
msgstr "" | ||
"Gib eine URL für eine Datei ein, die Du deiner Mediathek hinzufügen möchtest." | ||
"Gib eine URL für eine Datei ein, die Du deiner Mediathek hinzufügen möchtest" | ||
|
||
#: inc/admin.php:410 | ||
msgid "No URLs given to import." | ||
|
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 |
---|---|---|
|
@@ -5,8 +5,8 @@ msgstr "" | |
"Project-Id-Version: External files in Media Library @@VersionNumber@@\n" | ||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/external-files-in-" | ||
"media-library\n" | ||
"POT-Creation-Date: 2023-09-02T21:28:13+02:00\n" | ||
"PO-Revision-Date: 2023-09-02 21:30+0200\n" | ||
"POT-Creation-Date: 2023-10-21T17:25:08+02:00\n" | ||
"PO-Revision-Date: 2023-10-21 17:34+0200\n" | ||
"Last-Translator: Thomas Zwirner <[email protected]>\n" | ||
"Language-Team: \n" | ||
"Language: de_DE\n" | ||
|
@@ -89,7 +89,7 @@ msgstr "" | |
#. translators: %1$s will be replaced by the url of the file. | ||
#: classes/eml/Controller/class-external-files.php:359 | ||
msgid "Given URL %1$s is available." | ||
msgstr "Die angegebene URL %1$s ist nicht erreichbar." | ||
msgstr "Die angegebene URL %1$s ist erreichbar." | ||
|
||
#. translators: %1$s will be replaced by the file-URL | ||
#: classes/eml/Controller/class-external-files.php:381 | ||
|
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