localization - Using t() in Drupal 7 -


i've searched how week, haven't success , it's been bottleneck in work so, decided ask.

i put <h3><?php print t("strings translation"); ?></h3> in page.tpl.php , flush caches , reload every languages available in site.

and try search string in /admin/config/regional/translate/i18n_string options available fields, node types, menu, taxonomy, blocks.

but can't find "strings translation" in /admin/config/regional/translate/translate.

i have read in drupal.org documentation seems i'm missing something.

could please advice how it?

are missing echo in code?

 <h3><?php echo t("strings translation"); ?></h3> 

i not clear looking for. stringoverrides modeule may solve problem. can translate string across project. but, if string inside t() function.


Comments

Popular posts from this blog

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Disable\Enable Bootbox button with KO -