[kde-i18n-el] Fwd: KOffice 1.4 rc1: list of languages

Spiros Georgaras sngeorgaras at otenet.gr
Wed Jun 1 13:39:54 CEST 2005


Για την ενημέρωσή σας

Σπύρος

----------  Forwarded Message  ----------

Subject: KOffice 1.4 rc1: list of languages
Date: Wednesday 1 June 2005 13: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).

-------------------------------------------------------
-------------- 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-el mailing list