Changeset 267

Show
Ignore:
Timestamp:
07/06/08 20:01:34 (2 months ago)
Author:
nahuel
Message:

Removed old OS X code, updated minor things

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/README

    r239 r267  
    6969 
    7070Each stable Itaka version will ship with a .pot template file located in 
    71 locale/itaka.pot. This template includes all the up to date code strings, and 
    72 it's the base you should use to create your translation. 
     71locale/itaka.pot. This template includes all the code strings, it's the base you should use to create your translation. 
    7372 
    74 If you've changed any stringsin in the code, the itaka.pot file can be regenerated by doing: 
     73If you've changed any strings in in the code, the itaka.pot file can be regenerated by doing: 
    7574    $ xgettext -oj locale/itaka.pot *.py 
    7675    # If you find duplicates, do: 
     
    8483    $ LANG=de_DE msginit -o locale/de/LC_MESSAGES/itaka.po 
    8584    $ msgmerge -U locale/de/LC_MESSAGES/itaka.po locale/itaka.pot 
     85 
     86Of course relace 'de' for the language you are using. 
    8687 
    8788Now edit the itaka.po file. When you are done translating the strings, submit