Implements the Bork translation filter.
The bork filter mangles text in cases where the translatable string is defined in the translation definition, but when it it marked as an "unfinished" translation. This makes it obvious which text is translatable, but not yet translated.
Source for this file: /Translation/src/filters/bork_filter.php
Version: | //autogentag// |
public static ezcTranslationFilterBork |
getInstance(
)
Returns an instance of the class ezcTranslationFilterBork |
public void |
runFilter(
$context
)
Filters a context |
Returns an instance of the class ezcTranslationFilterBork
Method | Description |
---|---|
ezcTranslationFilter::getInstance() |
Returns an instance of the class that implements this interface |
Filters a context
Applies the "bork" filter on the given context. The bork filter mangles non-finished or non-translated text so that it is obvious which text is translatable, but not yet translated.
Name | Type | Description |
---|---|---|
$context |
array(ezcTranslationData) |
Method | Description |
---|---|
ezcTranslationFilter::runFilter() |
Filters the context $context. |