Index: openacs-4/packages/acs-core-docs/www/xml/developers-guide/i18n.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/developers-guide/i18n.xml,v diff -u -r1.6 -r1.7 --- openacs-4/packages/acs-core-docs/www/xml/developers-guide/i18n.xml 14 Oct 2003 10:10:06 -0000 1.6 +++ openacs-4/packages/acs-core-docs/www/xml/developers-guide/i18n.xml 11 Dec 2003 21:39:48 -0000 1.7 @@ -100,21 +100,21 @@ The short: - #package_key.message_key# + #package_key.message_key# The advantage of the short syntax is that it's short. It's as simple as inserting the value of a variable. Example: - #forum.title# + #forum.title# The verbose: <trn - key="package_key.message_key" - locale="locale">default - text</trn> + key="package_key.message_key" + locale="locale">default + text</trn> The verbose syntax allows you to specify a default text in @@ -131,8 +131,8 @@ The temporary: - <#message_key - original text#> + <#message_key + original text#> This syntax has been designed to make it easy to @@ -177,7 +177,7 @@ parameters, taken directly from the dotlrn package. - + @@ -198,13 +198,13 @@ -
+ Then, depending on how we retrieve the value, here's what we get: - + @@ -229,7 +229,7 @@ -
+ The value in the rightmost column in the table above is the