| @@ -53,7 +53,10 @@ | ||
| 53 | 53 | |
| 54 | 54 | wp_enqueue_script( 'tiered-pricing/feature/tier-labels', |
| 55 | 55 | plugins_url( 'build/index.js', dirname( __FILE__ . '../' ) ), $assetFile['dependencies'], |
| 56 | 56 | $assetFile['version'], true ); |
| 57 | + | |
| 58 | + wp_set_script_translations( 'tiered-pricing/feature/tier-labels', 'tier-pricing-table', | |
| 59 | + dirname( __FILE__, 5 ) . '/languages' ); | |
| 57 | 60 | } ); |
| 58 | 61 | } |
| 59 | 62 | } |