PHP Classes

File: src/i18n.js

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   WP Vue Kit Plugin   src/i18n.js   Download  
File: src/i18n.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: WP Vue Kit Plugin
Vue.js plugin to build WordPress user interfaces
Author: By
Last change:
Date: 1 year ago
Size: 124 bytes
 

Contents

Class file image Download
/** * External dependencies. */ import { __, sprintf } from '@wordpress/i18n'; window.__ = __; window.sprintf = sprintf;