Skip to content
Snippets Groups Projects
Commit d8b8ebca authored by Piotr Potrebka's avatar Piotr Potrebka
Browse files

Merge branch 'master' into devel

parents ba79cfeb dcc87fa0
No related branches found
No related tags found
1 merge request!30feat: WP Editor
Pipeline #150620 passed with stages
in 1 minute and 10 seconds
......@@ -4,3 +4,4 @@ composer.lock
build-coverage
swagger
.phpcs-cache
/lang/*.mo
# Changelog
## [3.1.0] - 2022-08-30
### Added
- de_DE translations
## [3.0.0] - 2022-07-19
### Added
- Added strong typing to all the interfaces
......
......@@ -41,7 +41,8 @@
"text-domain": "wp-forms",
"translations-folder": "lang",
"po-files": {
"pl_PL": "pl_PL.po"
"pl_PL": "pl_PL.po",
"de_DE": "de_DE.po"
}
},
"scripts": {
......@@ -49,5 +50,11 @@
"phpunit-unit-fast": "phpunit --configuration phpunit-unit.xml --no-coverage",
"phpunit-integration": "phpunit --configuration phpunit-integration.xml --coverage-text --colors=never",
"phpunit-integration-fast": "phpunit --configuration phpunit-integration.xml --no-coverage"
},
"config": {
"allow-plugins": {
"phpstan/extension-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
msgid ""
msgstr ""
"Project-Id-Version: wp-forms\n"
"POT-Creation-Date: 2022-08-30 09:12+0200\n"
"PO-Revision-Date: 2022-08-30 09:12+0200\n"
"Last-Translator: Sebastian Pisula <sebastian.pisula@gmail.com>\n"
"Language-Team: Łukasz Spryszak <lspryszak@gmail.com>\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.1.1\n"
"X-Poedit-Basepath: ..\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;"
"_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-SearchPath-1: src\n"
"X-Poedit-SearchPathExcluded-0: *.js\n"
"X-Poedit-SearchPathExcluded-1: vendor\n"
"X-Poedit-SearchPathExcluded-2: vendor_prefixed\n"
#: templates/input-image.php:25
msgid "Set image"
msgstr "Bild einstellen"
#: templates/input-image.php:32
msgid "Remove image"
msgstr "Bild entfernen"
#: templates/input-image.php:53
msgid "Select or Upload Media"
msgstr "Medien auswählen oder hochladen"
#: templates/input-image.php:55
msgid "Use this media"
msgstr "Dieses Medium verwenden"
#: templates/product-select.php:13
msgid "Search for a product&hellip;"
msgstr "Suche nach einem Produkt&hellip;"
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment