• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
during internationalization of adp:s and tcl files, when adding a key to the message catalog file, also add it to the database so the two are in sync

made translate links show the key of the message and be smaller font size, changed the adp message catalog conversion script to not process message lookups that are already in the adp

  1. … 1 more file in changeset.
making the adp texts -> tags conversion script (Jeff's script) less restrictive now that it's used interactively

fixing adp message tag regexp, it wouldn't accept tags in messages

adding translator mode with translation links, adding support for interpolated variables in adp files, bugfixes, removing site-wide locale from the change locale page

  1. … 8 more files in changeset.
making localize proc output a TRANSLATION MISSING message

Splitting up the message keys into package_key and message_key in the datamodel, adding a message key table, changing format of catalog files to be xml based, cleaning up tcl API and its documentation, adding acs-automated-testing tests that test some catalog and message TCL procs

  1. … 32 more files in changeset.
Adding a key short hand for the temporary message lookup tag - the underscore, syntax: <#_ text#>

Peter: making the proc replace_adp_message_tags_with_lookups work on tcl files as well as adp files to make it easier to translate TCL libraries and TCL pages

Peter: added Jeff's proc that we call replace_adp_text_with_message_tags that is used to make adp templates multilingual. There is a web interface in the package manager for this proc

Collaboraid: adding namespaces to the TCL API, adding new procedures for extracting keys from adp pages and parsing keys embedded in text, adding a translation web UI that was used at Greenpeace (at www/admin) and making it work with PostgreSQL, moving the old pages under www to be under www/admin/test, making the lang_messages table use locale rather than language, added upgrade scripts

    • -0
    • +443
    ./lang-util-procs.tcl
  1. … 111 more files in changeset.