cornedriesprong / mingus

Automatically exported from code.google.com/p/mingus
GNU General Public License v3.0
0 stars 0 forks source link

Internationalization of strings (gettext support) #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
See
http://docs.python.org/library/gettext.html#internationalizing-your-programs-and
-modules

The difficulty in this is mostly organizational. We should look into
on-line translation-helping applications like the one Ubuntu uses. I don't
know if it's open source or not - probably not since it part of the whole
launchpad platform, but some open alternatives might exist. Throwing
together something simple with Django is also possible; but less preferred
of course.

This also changes the packaging slightly, since the translations should be
distributed and installed with the source. 

Original issue reported on code.google.com by Rhijnauwen@gmail.com on 3 Jul 2009 at 7:31

GoogleCodeExporter commented 9 years ago
I think we don't need internationalization: mingus is a framework, not a final 
software.

Regards,
Carlo

Original comment by carlo.stemberger@gmail.com on 13 May 2011 at 11:11

GoogleCodeExporter commented 9 years ago

Original comment by Rhijnauwen@gmail.com on 17 May 2011 at 9:35