Edgewall Software

Changes between Version 107 and Version 108 of TracL10N


Ignore:
Timestamp:
Jun 11, 2010, 10:43:09 AM (14 years ago)
Author:
Christian Boos
Comment:

#add-a-language a note about the catalog for messages in Javascript code

Legend:

Unmodified
Added
Removed
Modified
  • TracL10N

    v107 v108  
    196196Use ISO:639-1 language codes, only use national variant when there's a real need.
    197197
     198We recently added support for translating messages in Javascript code.
     199Those messages are collected in a separate catalog, so you need a separate command:
     200{{{
     201$ ./setup.py init_catalog_js -l et
     202}}}
     203
     204Alternatively, you can do `make init-<locale>`, this will create the missing catalog(s) if needed.
     205
     206
    198207Then proceed through the steps listed [#Pythontools above] starting at step 2.
    199208
     
    368377=== Open Issues === #Openissues
    369378 - ''' help us spot the MissingTranslations! '''
    370  - i18n infrastructure for Trac plugins (#7497)
    371379 - translation of wiki pages (#1513) and help pages (TracDev/Proposals/NewHelp)
    372  - translation of text within Javascript source code
    373  - failure to start Trac (raw `NullTranslations instance has no attribute 'add'` error) when no .mo file is available
     380
    374381 [[TicketQuery(keywords~=i18n,status!=closed)]]
    375382