Here is an update with typo corrections for LanguageDe.php.
A user detected that "longapgewarning" was not translated. Please check if the added array element works properly (included in the patch).
Is there somewhere a information abount missing translations? A small grep shows some problem (other missing elements):
Language.php:1 LanguageCs.php:0 LanguageDa.php:1 LanguageDe.php:0 LanguageEn.php:0 LanguageEo.php:1 LanguageEs.php:0 LanguageFr.php:1 LanguageIt.php:0 LanguageJa.php:0 LanguageKo.php:0 LanguageNl.php:1 LanguagePl.php:1 LanguageRu.php:0 LanguageSv.php:0 LanguageZh.php:0
Smurf
(Thomas Corell T.Corell@t-online.de):
Is there somewhere a information abount missing translations?
I just added a script "checktrans.php" to the maintenance directory in the phase3 source tree. Running that script will check your live installation and report all untranslated messages.
Lee Daniel Crocker wrote:
(Thomas Corell T.Corell@t-online.de):
Is there somewhere a information abount missing translations?
I just added a script "checktrans.php" to the maintenance directory in the phase3 source tree. Running that script will check your live installation and report all untranslated messages.
You still trying to convince me to install my own wikipedia ;)
Smurf
Is there somewhere a information abount missing translations?
I just added a script "checktrans.php" to the maintenance directory in the phase3 source tree. Running that script will check your live installation and report all untranslated messages.
You still trying to convince me to install my own wikipedia ;)
It doesn't actually have to run, you just have run the install script to move the files over. Something I haven't cleaned up yet is the fact that many of the include files have complex dependencies, so even the maintenance scripts have to do all the includes that the live software does, and that's easiest if it gets them from the actual install. I'll fix that over time, but it will take a while.
I just applied Thomas's patch to LanguageDe.php. It may be a while before it shows up in the live wiki, but it's in CVS now.
Lee Daniel Crocker wrote:
I just applied Thomas's patch to LanguageDe.php. It may be a while before it shows up in the live wiki, but it's in CVS now.
Thank you. I will try to accumulate some typos before I send the next one :)
Smurf
On Wed, 23 Apr 2003, Thomas Corell wrote:
Here is an update with typo corrections for LanguageDe.php.
A user detected that "longapgewarning" was not translated. Please check if the added array element works properly (included in the patch).
Is there somewhere a information abount missing translations? A small grep shows some problem (other missing elements):
Language.php:1 LanguageCs.php:0 LanguageDa.php:1 LanguageDe.php:0 LanguageEn.php:0 LanguageEo.php:1 LanguageEs.php:0 LanguageFr.php:1 LanguageIt.php:0 LanguageJa.php:0 LanguageKo.php:0 LanguageNl.php:1 LanguagePl.php:1 LanguageRu.php:0 LanguageSv.php:0 LanguageZh.php:0
What do these numbers mean?
Andre Engels
Andre Engels wrote:
Language.php:1 LanguageCs.php:0 LanguageDa.php:1 LanguageDe.php:0 LanguageEn.php:0 LanguageEo.php:1 LanguageEs.php:0 LanguageFr.php:1 LanguageIt.php:0 LanguageJa.php:0 LanguageKo.php:0 LanguageNl.php:1 LanguagePl.php:1 LanguageRu.php:0 LanguageSv.php:0 LanguageZh.php:0
What do these numbers mean?
Number of hits. 0 means: longpagewarning missing, 1 it exists in the appropriate Language file.
PS: Lee, what about the LanguageDe.patch? The next one is waiting ;)
Smurf
wikitech-l@lists.wikimedia.org