Skip to content

cdn/known-language-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

I18N dev tools for Known

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 61.7%
  • JavaScript 38.3%