Fwd: KOffice 1.4 rc1: list of languages

Stephan Johach lucardus at onlinehome.de
Wed Jun 1 20:44:45 CEST 2005


Hallo zusammen!

Wer noch Zeit und Lust hat die KOffice GUI zu vervollständigen,
kann das offenbar noch tun. Wir sind knapp über dem nötigen
Prozentsatz (bzw. u. a. wegen uns ist der von 75% auf 70%
gesenkt worden).

Ich kann frühestens am Wochenende was machen.

Gruß,
Stephan

----------  Weitergeleitete Nachricht  ----------

Subject: KOffice 1.4 rc1: list of languages
Date: Mittwoch, 1. Juni 2005 12:25
From: David Faure <faure at kde.org>
To: kde-i18n-doc at kde.org

I just packaged KOffice-1.4-rc1, the release candidate for KOffice-1.4.
(see http://koffice.org/sources/ if you want to compile it for testing)

For the list of languages to be released with it, I selected all languages
 with more than 70% of the gui messages translated.
(I wanted to set 75%, but that would have excluded "de" and "el"...)

The list of languages in 1.4-rc1 is below.
If your language isn't listed there and you want it to be released with the
 final version of koffice-1.4, there's only one thing to do: translating more
 of it :) (in stable/l10n/<lang>/messages/koffice). No need to mail me about
 it, I'll select again all languages with more than 70% translations for the
 final release.

You can check with select-l10n script attached (to be run from the l10n
 toplevel directory) to see when you reach the 70% goal :)

Languages released with 1.4-rc1:

bg
ca
cs
cy
da
de
el
en_GB
es
et
fr
hu
it
nb
nl
nn
pt
pt_BR
ru
sl
sr
sr at Latn
sv
ta
tg
zh_CN

--
David Faure, faure at kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).

-------------------------------------------------------

-- 
Gegen Software-Patente!
http://webshop.ffii.org/
-------------- next part --------------
  total=10617
  required=7431
  echo "$total messages to translate, $required required as a minimum."
  for lang in *; do
    sum=0
    if test "$lang" != "templates" -a -d $lang/messages/koffice; then
      for i in $lang/messages/koffice/*.po; do
        n=`msgfmt --statistics -o /dev/null $i 2>&1 | sed -e 's/,.*$//' | cut -d' ' -f1`
        sum=$((sum + $n))
      done
      if test $sum -gt $required; then
        echo $lang: $sum/$total OK, keeping
      else
        echo $lang: $sum/$total not enough -> dropping
      fi
    fi
  done



More information about the kde-i18n-de mailing list