Jump to content

Recommended Posts

Posted

hi to all members!

i use processwire 2.4 (my server php is 5.3)

i try to translate my home template but i cant get all the translatable fields in admin, for example in the folowing code i dont get the "Philosophy" word for translate, and this happens in the other words to and to all other templates

<h4><?php echo __("Our"); ?> <span><?php echo __("Philosophy"); ?></span></h4>

here is an image of the field not there

 post-1112-0-97518600-1428078337_thumb.jp

any idea why this might  happen, thank you!

Posted

You can't have multiple translatable strings in one line. 

With this being said, why don't you use normal fields for that. This does look like content and not static words.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...