Merge branch 'feat/translations' into 'master'
feat/translations See merge request !36
No related branches found
No related tags found
Showing
{ | { | ||
"name": "wpdesk/wp-builder", | "name": "wpdesk/wp-builder", | ||
"authors": [ | "authors": [ | ||
{ | { | ||
"name": "Krzysiek", | "name": "Krzysiek", | ||
"email": "krzysiek@wpdesk.pl" | "email": "krzysiek@wpdesk.pl" | ||
} | } | ||
], | ], | ||
"require": { | "require": { | ||
"php": ">=5.5" | "php": ">=5.5" | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"phpunit/phpunit": "<7", | "phpunit/phpunit": "<7", | ||
"wp-coding-standards/wpcs": "^0.14.1", | "wp-coding-standards/wpcs": "^0.14.1", | ||
"squizlabs/php_codesniffer": "^3.0.2", | "squizlabs/php_codesniffer": "^3.0.2", | ||
"mockery/mockery": "*", | "mockery/mockery": "*", | ||
"10up/wp_mock": "*", | "10up/wp_mock": "*", | ||
"wimg/php-compatibility": "^8" | "wimg/php-compatibility": "^8" | ||
}, | }, | ||
"autoload": { | "autoload": { | ||
"psr-4": {"WPDesk\\PluginBuilder\\": "src/"}, | "psr-4": { | ||
"classmap": ["src/Plugin/WithoutNamespace"] | "WPDesk\\PluginBuilder\\": "src/" | ||
}, | }, | ||
"autoload-dev": { | "classmap": [ | ||
}, | "src/Plugin/WithoutNamespace" | ||
"scripts": { | ] | ||
"phpcs": "phpcs", | }, | ||
"phpunit-unit": "phpunit --configuration phpunit-unit.xml --coverage-text --colors=never", | "autoload-dev": { | ||
"phpunit-unit-fast": "phpunit --configuration phpunit-unit.xml --no-coverage", | }, | ||
"phpunit-integration": "phpunit --configuration phpunit-integration.xml --coverage-text --colors=never", | "extra": { | ||
"phpunit-integration-fast": "phpunit --configuration phpunit-integration.xml --no-coverage" | "text-domain": "wpdesk-wp-builder", | ||
} | "translations-folder": "lang", | ||
"po-files": { | |||
"pl_PL": "pl_PL.po" | |||
} | |||
}, | |||
"scripts": { | |||
"phpcs": "phpcs", | |||
"phpunit-unit": "phpunit --configuration phpunit-unit.xml --coverage-text --colors=never", | |||
"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" | |||
} | |||
} | } |
lang/pl_PL.po
0 → 100644
Please register or sign in to comment