Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 754 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 754 Bytes

Known i18n language tools

This contains development tools for creating .pot files.

Usage

  • In your plugin, require this dependency: composer require mapkyca/known-language-tools --dev
  • Copy and rename vendor/mapkyca/known-language-tools/Sample.Gruntfile.js to ./Gruntfile.js
  • Copy and rename vendor/mapkyca/known-language-tools/Sample.package.json to ./package.json and edit accordingly
  • Make a ./languages directory in your project
  • Install grunt, and its dependencies (usually npm install --only=dev)
  • grunt build-lang

See