Skip to content

Commit

Permalink
Documenting parameterized translations
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.code.sf.net/p/ledger-smb/code/branches/1.3@3899 4979c152-3d1c-0410-bac9-87ea11338e46
  • Loading branch information
hvierendeels committed Oct 20, 2011
1 parent 13d2a52 commit b80050e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.translations
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,12 @@ tw_utf -> zh_TW
ua -> uk
ua_utf -> uk
ve -> es_VE


Examples of translation-coding
in source-file:
$locale->text( 'Edit Preferences for [_1]', $form->{login} );

in locale/po/nl_BE:
msgid "Edit Preferences for %1"
msgstr "Instellingen aanpassen voor %1"

0 comments on commit b80050e

Please sign in to comment.