We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50872a0 commit fb1d633Copy full SHA for fb1d633
composer.json
@@ -23,8 +23,19 @@
23
"vendor/bin/phpcbf ."
24
],
25
"i18n": [
26
+ "composer run i18n:pot",
27
+ "composer run i18n:po",
28
+ "echo 'Add missing translation strings in .po files, then run composer run i18n:mo'"
29
+ ],
30
+ "i18n:pot": [
31
"vendor/bin/wp i18n make-pot . ./languages/random-post-on-refresh.pot --headers='{\"POT-Creation-Date\":null}'"
32
33
+ "i18n:po": [
34
+ "vendor/bin/wp i18n update-po ./languages/random-post-on-refresh.pot ./languages"
35
36
+ "i18n:mo": [
37
+ "vendor/bin/wp i18n make-mo ./languages"
38
39
"lint": [
40
"vendor/bin/phpcs . -s"
41
0 commit comments