Index: openacs-4/packages/acs-lang/www/doc/i18n-design.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/www/doc/i18n-design.html,v diff -u -r1.7 -r1.8 --- openacs-4/packages/acs-lang/www/doc/i18n-design.html 11 Apr 2018 21:35:07 -0000 1.7 +++ openacs-4/packages/acs-lang/www/doc/i18n-design.html 18 Apr 2018 08:07:33 -0000 1.8 @@ -648,7 +648,7 @@ flags. If it is omitted value defaults to English.
  • type specifies the context in which the translation is made. If omitted, type is user which means that the translation is provided in the user's preferred language. -
  • static specifies that this tag should be translated once at templat compile time, rather than dynamically every time the page is run. This will be unneccessaru and will be deprecated once we +
  • static specifies that this tag should be translated once at template compile time, rather than dynamically every time the page is run. This will be unneccessaru and will be deprecated once we have implemented effective locale based cacheing for templates. Example 1: Display the text string Hello on an ADP page (i.e. do nothing special):