Skip to content

Commit

Permalink
use core langs
Browse files Browse the repository at this point in the history
  • Loading branch information
anolilab committed Oct 20, 2015
1 parent 71ca802 commit 9e663e3
Show file tree
Hide file tree
Showing 16 changed files with 35,501 additions and 16,246 deletions.
19 changes: 10 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"johnpbloch/wordpress" : "4.3.1",

"koodimonni/composer-dropin-installer" : "0.2.4",
"koodimonni-language/de_de" : "4.3.0",
"koodimonni-language/en_gb" : "4.3.0"
"koodimonni-language/core-de_de" : "~4.3.1",
"koodimonni-language/core-en_gb" : "~4.3.1"
},
"require-dev": {
"vlucas/phpdotenv" : "^1.1",
Expand All @@ -66,16 +66,17 @@
},
"extra": {
"installer-paths": {
"public/app/mu-plugins/{$name}/" : ["type:wordpress-muplugin"],
"public/app/plugins/{$name}/" : ["type:wordpress-plugin", "type:wordpress-dropin"],
"public/app/themes/{$name}/" : ["type:wordpress-theme"]
"public/app/mu-plugins/{$name}/" : ["type:wordpress-muplugin"],
"public/app/plugins/{$name}/" : ["type:wordpress-plugin", "type:wordpress-dropin"],
"public/app/themes/{$name}/" : ["type:wordpress-theme"]
},
"dropin-paths": {
"public/app/languages/" : ["type:wordpress-language"],
"public/app/languages/plugins/" : ["type:wordpress-plugin-language"],
"public/app/languages/themes/" : ["type:wordpress-theme-language"]
"public/app/languages/" : ["type:wordpress-language"],
"public/app/languages/plugins/" : ["type:wordpress-plugin-language"],
"public/app/languages/themes/" : ["type:wordpress-theme-language"]
},
"wordpress-install-dir" : "public/wp"
"wordpress-install-dir" : "public/wp",
"wordpress-languages-dir" : "public/app/languages/"
},
"minimum-stability" : "dev",
"prefer-stable" : true
Expand Down
Loading

0 comments on commit 9e663e3

Please sign in to comment.