All Projects → cedaro → Grunt Wp I18n

cedaro / Grunt Wp I18n

Licence: mit
Internationalize WordPress themes and plugins with Grunt.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Grunt Wp I18n

Laravel Shortcodes
Wordpress like shortcodes for Laravel 4.2, 5.x, 6.x, 7.x and 8.x
Stars: ✭ 148 (-9.2%)
Mutual labels:  wordpress
Flutter wordpress
Flutter WordPress API
Stars: ✭ 155 (-4.91%)
Mutual labels:  wordpress
Flutter For Wordpress App
🎃 Cross-platform wordpress news app built with Flutter and WP REST API.
Stars: ✭ 157 (-3.68%)
Mutual labels:  wordpress
Themeforest Wp Theme Approval Checklist
A comprehensive list of rejection messages which you should avoid to get your WordPress theme approved quickly in Themeforest
Stars: ✭ 150 (-7.98%)
Mutual labels:  wordpress
Gatsby Wpgraphql Blog Example
Demo showing how to use WPGraphQL as the source for Gatsby Sites
Stars: ✭ 152 (-6.75%)
Mutual labels:  wordpress
Wp Calypso
The JavaScript and API powered WordPress.com
Stars: ✭ 11,938 (+7223.93%)
Mutual labels:  wordpress
Wpbullet
A static code analysis for WordPress (and PHP)
Stars: ✭ 148 (-9.2%)
Mutual labels:  wordpress
Wp Graphql Gutenberg
Query gutenberg blocks with wp-graphql
Stars: ✭ 158 (-3.07%)
Mutual labels:  wordpress
Cornerstone
Cornerstone is a WordPress starter theme based on the Zurb Foundation Responsive Framework. Cornerstone aims to provide a lightweight starter theme that is responsive and SEO friendly that web designers can build great looking websites on.
Stars: ✭ 154 (-5.52%)
Mutual labels:  wordpress
Gitium
Keep all your WordPress code on git with a simple plugin and a repo
Stars: ✭ 159 (-2.45%)
Mutual labels:  wordpress
Cloudunit
The Turnkey DevOps Platform
Stars: ✭ 150 (-7.98%)
Mutual labels:  wordpress
Wp Document Revisions
A document management and version control plugin that allows teams of any size to collaboratively edit files and manage their workflow.
Stars: ✭ 152 (-6.75%)
Mutual labels:  wordpress
Grunt Sftp Deploy
Grunt task for code deployment over sftp
Stars: ✭ 158 (-3.07%)
Mutual labels:  grunt
Easyengine
Command-line control panel for Nginx Server to manage WordPress sites running on Nginx, PHP, MySQL, and Let's Encrypt
Stars: ✭ 1,881 (+1053.99%)
Mutual labels:  wordpress
Pop
Monorepo of the PoP project, including: a server-side component model in PHP, a GraphQL server, a GraphQL API plugin for WordPress, and a website builder
Stars: ✭ 160 (-1.84%)
Mutual labels:  wordpress
Docker Wordpress
WordPress container with Nginx 1.16 & PHP-FPM 7.3 based on Alpine Linux
Stars: ✭ 148 (-9.2%)
Mutual labels:  wordpress
Nginxconfig.io
⚙️ NGINX config generator on steroids 💉
Stars: ✭ 14,983 (+9092.02%)
Mutual labels:  wordpress
Wpthemedoc
ⓦ Beautiful WordPress Theme Documentation
Stars: ✭ 163 (+0%)
Mutual labels:  wordpress
Flutter Woocommerce App
WooCommerce App template that uses Flutter. Integrated to work with WooCommerce stores, connect and create an IOS and Android app from Flutter for IOS and Android
Stars: ✭ 161 (-1.23%)
Mutual labels:  wordpress
Uxdm
🔀 UXDM helps developers migrate data from one system or format to another.
Stars: ✭ 159 (-2.45%)
Mutual labels:  wordpress

grunt-wp-i18n Build Status

Internationalize WordPress plugins and themes.

WordPress has a robust suite of tools to help internationalize plugins and themes. This plugin brings the power of those existing tools to Grunt in order to make it easy for you to automate the i18n process and make your projects more accessible to an international audience.

If you're not familiar with i18n concepts, read the Internationalization entries in the Plugin Developer Handbook or Theme Developer Handbook.

Getting Started

If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:

npm install grunt-wp-i18n --save-dev

Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:

grunt.loadNpmTasks( 'grunt-wp-i18n' );

Requirements

  • This plugin requires Grunt ^1.0.0.
  • PHP CLI must be in your system path.

Tasks

This plugin consists of two configurable tasks:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].