constant I18N_BOXES_LOCALIZE in Boxes translation 7
Same name and namespace in other branches
- 6 i18n_boxes.module \I18N_BOXES_LOCALIZE
Tag for localizable block, cannot be any language.
3 uses of I18N_BOXES_LOCALIZE
- boxes_i18n::locale_refresh in plugins/
boxes/ boxes_i18n.inc - Refresh the translatable strings.
- boxes_i18n::options_defaults in plugins/
boxes/ boxes_i18n.inc - Implements boxes_content::options_defaults().
- boxes_i18n::render in plugins/
boxes/ boxes_i18n.inc - Implements boxes_content::render().
File
- ./
i18n_boxes.module, line 11 - Provides a new boxes plugin for translatable blocks.
Code
define('I18N_BOXES_LOCALIZE', '__LOCALIZE__');