Skip to content

Commit

Permalink
Adding a hint to intl_stats.sh and small changes in lenght of lines
Browse files Browse the repository at this point in the history
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1931 ea778897-0a13-0410-b9d1-a72fbfd435f5
  • Loading branch information
frlan committed Oct 5, 2007
1 parent 2aae05b commit e5d4882
Showing 1 changed file with 29 additions and 21 deletions.
50 changes: 29 additions & 21 deletions README.I18N
@@ -1,48 +1,56 @@
Quick Guide for new translations
--------------------------------

If you want to translate Geany into another language, please go to the language statistics page
(see below) to see whether your desired language already exists. If it already exists, please
read the next section. Otherwise, get the SVN version of Geany, change to the po directory and
start the new translation with:
If you want to translate Geany into another language, please go to the
language statistics page (see below) to see whether your desired
language already exists. If it already exists, please read the next
section. Otherwise, get the SVN version of Geany, change to the po
directory and start the new translation with:
msginit -l ll_CC -o ll.po -i geany.pot

Fill in ll with the language code and CC with the country code. For example, to translate Geany
into Italian you would type:
Fill in ll with the language code and CC with the country code. For
example, to translate Geany into Italian you would type:
msginit -l it_IT -o it.po -i geany.pot

This will create a file it.po. This file can be opened with a text editor (like Geany ;-)) or
you can also use a graphical interface. I can suggest PoEdit(http://www.poedit.org/), but there
are several other GUIs.
This will create a file it.po. This file can be opened with a text
editor (like Geany ;-)) or you can also use a graphical interface. I
can suggest PoEdit(http://www.poedit.org/), but there are several
other GUIs.

When you have finished editing the file, check the file with:
When you have finished editing the file, check the file with:
msgfmt -c --check-accelerators=_ it.po
or by using the intl_stats.sh script inside the po-directory with
./intl_stats.sh -a it

Please take care of menu accelerators(strings containing a "_").
The "_" character should also be in your translation. Additionally, it would be nice if these
accelerators are not twice for two strings inside on dialog or sub menu.
Please take care of menu accelerators(strings containing a "_"). The
"_" character should also be in your translation. Additionally, it
would be nice if these accelerators are not twice for two strings
inside on dialog or sub menu.

Then send the file to Frank Lanitz and he will add the translation.

It is a good idea to write to Frank before you start or while translating, because he can give
you some hints on translating and ensure that the translation is not already in progress.
It is a good idea to write to Frank before you start or while
translating, because he can give you some hints on translating and
ensure that the translation is not already in progress.


Notes for updating translations
-------------------------------

If you want to update an existing translation, please contact Frank Lanitz.
He is supervising all translation issues and will contact the maintainer of the translation you
want to update to avoid any conflicts.
If you want to update an existing translation, please contact Frank
Lanitz. He is supervising all translation issues and will contact the
maintainer of the translation you want to update to avoid any
conflicts.

Some translation statistics can be found at: http://geany.uvena.de/i18n/
Some translation statistics can be found at:
http://geany.uvena.de/i18n/


I18n mailing list
-----------------

There is also a mailing list dedicated to translation issues. Please visit
http://geany.uvena.de/Support/MailingList for more information.
There is also a mailing list dedicated to translation issues. Please
visit http://geany.uvena.de/Support/MailingList for more information.


Contact: Frank Lanitz <frank(at)frank(dot)uvena(dot)de>

0 comments on commit e5d4882

Please sign in to comment.