jandh / translator
A translation field for Craft CMS
Installs: 1 906
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 2
Forks: 2
Open Issues: 3
Type:craft-plugin
Requires
- craftcms/cms: ^3.0|^4.0
Requires (Dev)
- craftcms/rector: dev-main
This package is auto-updated.
Last update: 2025-05-08 15:06:58 UTC
README
A translation field for Craft CMS to add translatable text snippets from your templates to entries, channels, globals.
Requirements
This plugin requires Craft CMS 3.x or 4.x.
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require jandh/translator
-
In the Control Panel, go to Settings → Plugins and click the “Install” button for Translator.
Translator Overview
Translator is a field type, that provides a UI in the form of a field for static translations from your templates. This way authors can edit translatable text snippets in the actual entry, category, ... they are used in. Making the translations editable on this level provides ensures a better author experience.
Using Translator
Translator will pick up all the static translations from your templates and provides them as an option for your field.
Saving a new translation will add it to the static translations file (translations/locale/site.php
). If no value exists or the file does not exists it will add it to the file or generate the file.
Translator Roadmap
- 👀 Add modules folder to the translation sources
Brought to you by Jan D'Hollander