[MonoDevelop] German translation
Viktor Stansvik
vstansvik@home.se
Fri, 02 Jul 2004 21:26:21 +0200
Hi. I just created a swedish translation by:
1. Downloading the tarball
2. Entering the po/ directory and running 'intltool-update --pot'
3. 'cp monodevelop.pot sv_SE.po'
4. Adding translated strings to sv_SE.po
5. 'intltool-update sv_SE'
6. Converting sv_SE.po to utf-8 by running
'msgconv -t UTF-8 sv_SE.po > sv_SE.po.new && mv sv_SE.po.new
sv_SE.po'
7. Adding sv_SE to ALL_LINGUAS in configure.in
8. running ./configure and make (but not make install, I already have
monodevelop installed from an ebuild)
9. Creating a .mo file by running msgfmt -cv sv_SE.po and copying it
to /usr/share/locale/sv/LC_MESSAGES/
After this I thought I could test the translation by entering the
build/bin/ directory and running MonoDevelop.exe from there, but I
seemed to be wrong.
What do I have to do to test my translation? I noticed that no .gmo file
was created during any of the steps described above, has it got
something to do with that?
Hope I provided enough info for you to help me.
- Viktor
fre 2004-07-02 klockan 04.48 skrev tropico@tiscali.be:
> There is a nice README in the po dir of the Monodevelop repository.
>
> Here is a copy :
>
>
>
> Notes on how to do a localization (l10n) for MonoDevelop
> ========================================================
>
> Creating a l10n:
> First of all you create a template to base your translation on:
> intltool-update --pot
>
> Then copy it to your translation
> cp monodevelop.pot da.po
> Do your translation, with some kind of editor
> emacs da.po
>
> Add your l10n to configure.in, find the ALL_LINGUAS variable and add
> your
> l10n to it.
>
>
> Updating your l10n:
> ------------------
> To update an existing po fx da.po:
> intltool-update da
>
>
> Le jeu, 01/07/2004 ā 20:54 +0200, Sören Roerden a écrit :
> > Hi everybody,
> >
> > I'd be interested in doing a german translation of MonoDevelop. I don't
> > really know how to do that though, so excuse me if i ask: Do I just
> > have to translate a .po and a .gmo file? If so, I'm nearly done with
> > the .po and I've already started on the .gmo file.
> >
> > Sören Roerden
> >
> > _______________________________________________
> > Monodevelop-list mailing list
> > Monodevelop-list@lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/monodevelop-list