Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Trimpath based tools

To internationalise applications written with Trimpath you have to use a jQuery plugin. You can find this plugin in thisĀ URL

For static messages, you can put them right into the HTML template:

<h2>${some_app_label}</h2>

You need to have one translation file per each language. Every key should be surronded with " " and finished by ";"

some_app_label="Example text";
another_string_key="Another";
  • No labels