aboutsummaryrefslogtreecommitdiffstats
path: root/check_trans.pl
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't try to display diffs if the original file is missingPeter Karlsson2002-06-141-9/+10
| | | | | | CVS version numbers check_trans.pl: 1.49 -> 1.50
* After scanning through the english directory, also look through the targetPeter Karlsson2002-06-141-14/+70
| | | | | | | | | | | | | | | | language's directory. This will catch two types of files: * Files for which there is no English version, but that are translated from another language. * Files where the English version has been deleted, but the translation still has a file referencing it. I was bitten by both problems recently... CVS version numbers check_trans.pl: 1.48 -> 1.49
* Add a -c flag to define charset used in mailsDenis Barbier2002-05-291-4/+7
| | | | | | CVS version numbers check_trans.pl: 1.47 -> 1.48
* When invoked with -Q and -m flags, sending mails to translators do noDenis Barbier2002-05-201-3/+3
| | | | | | | | more display notices. CVS version numbers check_trans.pl: 1.46 -> 1.47
* Improve mail support: message body is read from file to ease translations.Denis Barbier2002-01-241-63/+48
| | | | | | | | Add special users in translator.db.pl to track unmaintained or outdated pages. CVS version numbers check_trans.pl: 1.45 -> 1.46
* we cannot assume old revision is 1.1 if it is not defined (i.e. not found in ↵Josip Rodin2001-12-211-1/+1
| | | | | | | | the headers), because that's a valid current revision of an English document; 1.0 should work OTOH CVS version numbers check_trans.pl: 1.44 -> 1.45
* Added $DWWW_LANG handling, like already in copypage.pl available.Rhonda D'Vine2001-11-271-1/+5
| | | | | | CVS version numbers check_trans.pl: 1.43 -> 1.44
* Fix -C option, chdir must be called before Webwml::TransIgnore->newDenis Barbier2001-09-271-3/+3
| | | | | | CVS version numbers check_trans.pl: 1.42 -> 1.43
* Ooops, -t was already used, and I forgot to stop the debuging output. Sorry...French Language Team2001-09-241-10/+8
| | | | | | CVS version numbers check_trans.pl: 1.41 -> 1.42
* Add the -t option to get the 'translated diff'French Language Team2001-09-241-32/+66
| | | | | | CVS version numbers check_trans.pl: 1.40 -> 1.41
* Missing files were never displayed because of a bug introduced duringDenis Barbier2001-09-181-1/+1
| | | | | | | | the transition to using modules under Perl/ CVS version numbers check_trans.pl: 1.39 -> 1.40
* fixed numoldr and numrev variablesJosip Rodin2001-09-051-2/+2
| | | | | | CVS version numbers check_trans.pl: 1.38 -> 1.39
* Files matching m#$langto/international/$langto#i and without anyDenis Barbier2001-09-041-4/+8
| | | | | | | | | wml::debian::translation-check line are assumed to be original, and English document is checked. CVS version numbers check_trans.pl: 1.37 -> 1.38
* Some variables were not initialized with missingDenis Barbier2001-09-041-3/+3
| | | | | | | | wml::debian::translation-check line in documents. CVS version numbers check_trans.pl: 1.36 -> 1.37
* Update these scripts to use modules found under Perl/Denis Barbier2001-09-041-105/+62
| | | | | | | | CVS version numbers check_trans.pl: 1.35 -> 1.36 stattrans.pl: 1.23 -> 1.24 touch_translations.pl: 1.8 -> 1.9
* Fix version number comparison.Denis Barbier2001-08-281-1/+3
| | | | | | CVS version numbers check_trans.pl: 1.34 -> 1.35
* oops. readd some of Denis' changes that got lost.Josip Rodin2001-08-121-3/+4
| | | | | | CVS version numbers check_trans.pl: 1.33 -> 1.34
* dohJosip Rodin2001-08-111-1/+1
| | | | | | CVS version numbers check_trans.pl: 1.32 -> 1.33
* use strict cleanups; one /i put back; cosmeticsJosip Rodin2001-08-111-43/+21
| | | | | | CVS version numbers check_trans.pl: 1.31 -> 1.32
* New flags:Denis Barbier2001-08-101-27/+74
| | | | | | | | | | | | | | -C dir : similar to `make', chdir before running this script -t type: specify output, currently implementations are only of type `text' (default) and `perl' In Perl output, last modification date is printed too. Internal changes in load_entries: hash `data' is now an anonymous reference, and its indices are swapped. Added some `my' declarations CVS version numbers check_trans.pl: 1.30 -> 1.31
* Bugfix. Was >> really intended to perform numerical comparison?Denis Barbier2001-08-101-1/+1
| | | | | | CVS version numbers check_trans.pl: 1.29 -> 1.30
* Remove some /i flags in regexps when it did not make sense, e.g. onDenis Barbier2001-08-101-9/+9
| | | | | | | | | wml::debian::translation-check header line because variables are case sensitive. CVS version numbers check_trans.pl: 1.28 -> 1.29
* a bunch of irrelevant nitpickingJosip Rodin2001-07-241-114/+109
| | | | | | CVS version numbers check_trans.pl: 1.27 -> 1.28
* details, detailsJosip Rodin2001-07-231-4/+4
| | | | | | CVS version numbers check_trans.pl: 1.26 -> 1.27
* diffs don't work properly for /intl/ filesJosip Rodin2001-07-231-0/+1
| | | | | | CVS version numbers check_trans.pl: 1.25 -> 1.26
* just debugging stuffJosip Rodin2001-07-231-2/+8
| | | | | | CVS version numbers check_trans.pl: 1.24 -> 1.25
* properly fixed figuring out that original file is in the translation and not ↵Josip Rodin2001-07-231-13/+42
| | | | | | | | english; somewhat reworked the code to figure out the variables from the file, stopped processing when things are found to speed it up, segregated the old style stuff and marked it as obsolete CVS version numbers check_trans.pl: 1.23 -> 1.24
* skipped printing some extra stuff (hope this doesn't break things)Josip Rodin2001-07-231-4/+11
| | | | | | CVS version numbers check_trans.pl: 1.22 -> 1.23
* ignore a few files that can't be translated (no need for .transignore files ↵Josip Rodin2001-07-221-0/+9
| | | | | | | | when nobody translates these) CVS version numbers check_trans.pl: 1.21 -> 1.22
* Added -M option to check differences in Makefiles.Peter Karlsson2001-06-221-13/+40
| | | | | | | | Made display a help screen if invoked with invalid parameters. CVS version numbers check_trans.pl: 1.20 -> 1.21
* hmm. this should work.Josip Rodin2001-04-011-2/+2
| | | | | | CVS version numbers check_trans.pl: 1.19 -> 1.20
* let's also handle the case where I make a typo :)Josip Rodin2001-04-011-0/+2
| | | | | | CVS version numbers check_trans.pl: 1.18 -> 1.19
* changed the message that is displayed for files that have no ↵Josip Rodin2001-03-191-2/+7
| | | | | | | | translation-check tag CVS version numbers check_trans.pl: 1.17 -> 1.18
* Fix -l option to only show the relevant log entries.Peter Karlsson2001-03-181-6/+7
| | | | | | CVS version numbers check_trans.pl: 1.16 -> 1.17
* let's try Joey's fix for MIME::Lite useJosip Rodin2001-01-171-0/+1
| | | | | | CVS version numbers check_trans.pl: 1.15 -> 1.16
* undef opt_m, remove use MIME::Lite, check for opt_m in verify_sendJosip Rodin2001-01-151-2/+2
| | | | | | CVS version numbers check_trans.pl: 1.14 -> 1.15
* Should now work with perl 5.6 and perl 5.005. The price for it is to not use ↵French Language Team2001-01-151-11/+15
| | | | | | | | strict, what is a bad thing IMHO CVS version numbers check_trans.pl: 1.13 -> 1.14
* A radically new version: it can now send mail to translators. Please read ↵French Language Team2000-12-211-28/+316
| | | | | | | | the comments at the beginning of the script for more info. CVS version numbers check_trans.pl: 1.12 -> 1.13
* Made detection tolerant to extra parameters after the translation number.Peter Karlsson2000-10-031-1/+1
| | | | | | CVS version numbers check_trans.pl: 1.11 -> 1.12
* Added option to show relevant log messagesPeter Karlsson2000-07-271-2/+12
| | | | | | CVS version numbers check_trans.pl: 1.10 -> 1.11
* Added -q (quiet): Don't whine about missing filesFinnish Language Team2000-07-261-3/+7
| | | | | | | | | | | | (For more fine grained 'quiet', touch .transignore in directories you aren't going to translate.) Now check_trans removes trailing slash from target language. (Happens for me usually because I use tab completition.) CVS version numbers check_trans.pl: 1.9 -> 1.10
* Script check_trans.pl now supports #use wml::debian::translation-checkFinnish Language Team2000-07-261-4/+5
| | | | | | | | | syntax. CVS version numbers check_trans.pl: 1.8 -> 1.9 english/template/debian/translation-check.wml: 1.2 -> 1.3
* Accidentally checked in with "italian" changed to "norwegian" earlier;Norwegian Language Team2000-07-091-1/+1
| | | | | | | | now reversed. CVS version numbers check_trans.pl: 1.7 -> 1.8
* Added Andreas Hagli to list of translators.Norwegian Language Team2000-07-091-1/+1
| | | | | | | | CVS version numbers check_trans.pl: 1.6 -> 1.7 english/international/Norwegian.wml: 1.8 -> 1.9 norwegian/international/Norwegian.wml: 1.11 -> 1.12
* Made default language configurable (language.conf)Swedish Language Team2000-02-261-1/+13
| | | | | | CVS version numbers check_trans.pl: 1.5 -> 1.6
* template/debian shouldn't be listed, since the translations are handledSwedish Language Team1999-12-161-0/+1
| | | | | | | | centrally. CVS version numbers check_trans.pl: 1.4 -> 1.5
* Added a feature allowing listing of files to ignore when reporting missingSwedish Language Team1999-10-241-2/+16
| | | | | | | | | | | files, that can for example be used for old news items that the translators do not intend to translate, and want to not get warned about. Create a file called ".transignore" in the directory where the translations would have resided, listing all files that are to be ignored. CVS version numbers check_trans.pl: 1.3 -> 1.4
* Now flushes stdout before calling diff, which fixes the problem of theSwedish Language Team1999-07-291-0/+3
| | | | | | | | diff output being intermixed with the other output. CVS version numbers check_trans.pl: 1.1 -> 1.2
* Tue, 8 Sep 1998 10:06:29 +0200 Paolo Molaro <lupus@debian.org>Italian Language Team1998-09-081-0/+104
* Script to keep track of documents needing translation or updates. CVS version numbers check_trans.pl: INITIAL -> 1.1

© 2014-2024 Faster IT GmbH | imprint | privacy policy