Skip to content

Commit db2a0bd

Browse files
committed
Fix pot file path
1 parent e95c930 commit db2a0bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "woocommerce-customizer",
33
"version": "1.2.1",
44
"author": "SkyVerge Team",
5-
"homepage": "http://skyverge.com",
5+
"homepage": "http://www.skyverge.com",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/skyverge/woocommerce-customizer.git"

woocommerce-customizer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ public function load_customizations() {
175175
public function load_translation() {
176176

177177
// localization in the init action for WPML support
178-
load_plugin_textdomain( 'woocommerce-customizer', false, dirname( plugin_basename( __FILE__ ) ) . '/languages' );
178+
load_plugin_textdomain( 'woocommerce-customizer', false, dirname( plugin_basename( __FILE__ ) ) . '/i18n/languages' );
179179
}
180180

181181

0 commit comments

Comments
 (0)