Experimental project
This is a sandbox project, which contains experimental code for developer use only.
Version: D6
Git: git clone --recursive --branch 6.x-1.x http://git.drupal.org/sandbox/tomotomo/1825768.git translate_filter
This is an input filter which can be configured, say for the default Filtered HTML input, to do automatic translation of strings when the default language is different from English but strings are being translated from English.
Instead of sprinkling through your content calls like print t('...');
Instead you can just do "[t]...[/t]" and you don't need to use the PHP filter.
Description:
Allows content editors to have strings translated to the editor's language instead of embedding t() calls by wrapping them with "[t]" and "[/t]".
Similar to gist_filter and mathfilter but the purpose is to translate strings.
Project information
- Project categories: Content editing experience
- Created by tomotomo on , updated