Skip to content
Snippets Groups Projects
Commit 649909a3 authored by dyszczo's avatar dyszczo
Browse files

translations

parent 7c139690
No related branches found
No related tags found
1 merge request!20translations
Pipeline #9736 failed
This commit is part of merge request !20. Comments created here will be created in the context of that merge request.
## [3.1.0] - 2019-11-13
### Changed
- Removed .mo file
- Translation set in composer extra section
## [3.0.5] - 2019-09-20
### Fixed
- Fixed missing wp_create_nonce function
......
......@@ -24,6 +24,13 @@
"autoload-dev": {
"classmap": ["src", "tests"]
},
"extra": {
"text-domain": "wp-basic-requirements",
"translations-folder": "lang",
"po-files": {
"pl_PL": "wp-basic-requirements-pl_PL.po"
}
},
"scripts": {
"phpcs": "phpcs",
"phpunit-unit": "phpunit --configuration phpunit-unit.xml --coverage-text --colors=never",
......
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment