Index: openacs-4/packages/acs-core-docs/www/update-translations.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/update-translations.adp,v diff -u -r1.4 -r1.5 --- openacs-4/packages/acs-core-docs/www/update-translations.adp 25 Apr 2018 08:38:28 -0000 1.4 +++ openacs-4/packages/acs-core-docs/www/update-translations.adp 3 Sep 2024 15:37:32 -0000 1.5 @@ -1,7 +1,11 @@ -{/doc/acs-core-docs {ACS Core Documentation}} {How to Update the translations} +{/doc/acs-core-docs/ {ACS Core Documentation}} {How to Update the translations} How to Update the translations + [two-letter code for language, -lower-case]_[TWO-LETTER CODE FOR COUNTRY, UPPER-CASE], +lowercase]_[TWO-LETTER CODE FOR COUNTRY, UPPER-CASE], and create a sql command. A example sql command for creating a locale is:

insert into ad_locales 
        (locale, label, language, country, nls_language, nls_territory, 
         nls_charset, mime_charset, default_p, enabled_p)
        values ('fa_IR', 'Farsi (IR)', 'fa', 'IR', 'FARSI', 'IRAN', 'AL24UTFFSS', 
         'windows-1256', 't', 'f');

Put this command into the following four files. For the upgrade -files, the correct file name will depend on the exact version.

    -
  • /packages/acs-lang/sql/postgresql/ad-locales.sql

  • /packages/acs-lang/sql/postgresql/upgrade/upgrade-current-version.sql

  • /packages/acs-lang/sql/oracle/ad-locales.sql

  • /packages/acs-lang/sql/oracle/upgrade/upgrade-current-version.sql

  • +files, the correct filename will depend on the exact version.

      +
    • /packages/acs-lang/sql/postgresql/ad-locales.sql

    • /packages/acs-lang/sql/postgresql/upgrade/upgrade-current-version.sql

    • /packages/acs-lang/sql/oracle/ad-locales.sql

    • /packages/acs-lang/sql/oracle/upgrade/upgrade-current-version.sql

  • Make a backup of the production database. Restore it as a new database. For example, if upgrading from OpenACS 5.1.1, and the