added languages ca and sv.

git-svn-id: file:///Users/arjan/backup/gaphor/trunk/gaphor@898 a8418922-720d-0410-834f-a69b97ada669
This commit is contained in:
Arjan Molenaar 2006-05-29 12:28:49 +00:00
parent b6817d59b7
commit 1a3be0e0a9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-05-29 arjan <arjan at yirdis dot nl>
* setup.py: added languages Swedish and Catalan.
2006-05-23 arjan <arjan at yirdis dot nl>
* gaphor/undomanager.py: disconnected from diacanvas.UndoManager

View File

@ -370,7 +370,7 @@ setup(name='gaphor',
long_description="Gaphor is a UML modeling tool written in Python. "
"It uses the GNOME2 environment for user interaction.",
platforms=['GNOME2'],
all_linguas=['nl', 'es'],
all_linguas=['ca', 'es', 'nl', 'sv'],
packages=['gaphor',
'gaphor.UML',
'gaphor.diagram',