Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
php
php
oTranslations['var_name', arrtcontext]

Translate a phrase with context variables

Use Phrase with variable
The variables can be included in a phrase. Example:

Code Block
php
php
{
    "total_people_liked_this_blog" : "{total} people liked this blog
}

...

Result: 5 people liked this blog

...

Info

Use

...

single

...

sign

...

{

...

and

...

}

...

for

...

variable.

...