mapkyca / known-language-tools
I18N dev tools for Known
Installs: 4 640
Dependents: 47
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 3
Open Issues: 0
pkg:composer/mapkyca/known-language-tools
Requires
- php: >=7.0
This package is auto-updated.
Last update: 2025-10-11 23:06:35 UTC
README
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
- Author: Marcus Povey https://www.marcus-povey.co.uk
- Blog post https://www.marcus-povey.co.uk/2019/04/15/improved-known-i18n-development-tools/