circa1983/translator

A translation field for Craft CMS

1.2.1 2020-10-28 12:17 UTC

This package is auto-updated.

Last update: 2024-05-28 20:06:52 UTC


README

A translation field for Craft CMS to add translatable text snippets from your templates to entries, channels, globals.

Screenshot

Requirements

This plugin requires Craft CMS 3.0.0-beta.23 or later.

Installation

To install the plugin, follow these instructions.

  1. Open your terminal and go to your Craft project:

     cd /path/to/project
    
  2. Then tell Composer to load the plugin:

     composer require circa1983/translator
    
  3. 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