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
## [3.1.0] - 2019-11-13
### Changed
- Removed .mo file
- Translation set in composer extra section
## [3.0.5] - 2019-09-20 ## [3.0.5] - 2019-09-20
### Fixed ### Fixed
- Fixed missing wp_create_nonce function - Fixed missing wp_create_nonce function
......
...@@ -24,6 +24,13 @@ ...@@ -24,6 +24,13 @@
"autoload-dev": { "autoload-dev": {
"classmap": ["src", "tests"] "classmap": ["src", "tests"]
}, },
"extra": {
"text-domain": "wp-basic-requirements",
"translations-folder": "lang",
"po-files": {
"pl_PL": "wp-basic-requirements-pl_PL.po"
}
},
"scripts": { "scripts": {
"phpcs": "phpcs", "phpcs": "phpcs",
"phpunit-unit": "phpunit --configuration phpunit-unit.xml --coverage-text --colors=never", "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