Index: trunk/translatewiki/Mifos/README |
— | — | @@ -15,5 +15,5 @@ |
16 | 16 | |
17 | 17 | == export-mifos === |
18 | 18 | git pull |
19 | | - php /www/w/extensions/Translate/scripts/export.php --grouptrail=out-mifos --target .. --lang='*' --skip=en --threshold=20 |
20 | | - php /www/w/extensions/Translate/scripts/export.php --grouptrail=out-mifos --target .. --lang=qqq |
| 19 | + php /www/w/extensions/Translate/scripts/export.php --group=out-mifos* --target .. --lang='*' --skip=en --threshold=20 |
| 20 | + php /www/w/extensions/Translate/scripts/export.php --group=out-mifos* --target .. --lang=qqq |
Index: trunk/translatewiki/EOL/README |
— | — | @@ -7,4 +7,4 @@ |
8 | 8 | $wgTranslateGroupFiles[] = "$IP/extensions/Translate/groups/EOL/EOL.yaml" |
9 | 9 | |
10 | 10 | == Export === |
11 | | - php export.php --target=$EXPORTPATH --no-fuzzy --groupprefix=out-eol- --lang='*' --skip=en --threshold=35 |
| 11 | + php export.php --target=$EXPORTPATH --no-fuzzy --group=out-eol-* --lang='*' --skip=en --threshold=35 |
Index: trunk/translatewiki/Europeana/README |
— | — | @@ -5,3 +5,6 @@ |
6 | 6 | Add to your LocalSettings.php: |
7 | 7 | wfAddNamespace( 1204, 'Europeana' ); |
8 | 8 | $wgTranslateGroupFiles[] = "$IP/extensions/Translate/groups/Europeana/Europeana.yaml |
| 9 | + |
| 10 | +# Commits |
| 11 | +To do. |
\ No newline at end of file |
Index: trunk/translatewiki/FreeCol/README |
— | — | @@ -18,10 +18,10 @@ |
19 | 19 | EXPORTERPATH=/var/www/w/extensions/Translate/scripts |
20 | 20 | TARGET=/full/path/to/freecol/i18n |
21 | 21 | TEMP=`mktemp -p freecol` || { echo "could not get temp file"; exit 1 } |
22 | | - |
| 22 | + |
23 | 23 | cd $EXPORTERPATH |
24 | | - php autoexport.php --hours="$1" --target="$TARGET" --groups="out-freecol" --threshold=25 --skip="en" > $TEMP |
25 | | - |
| 24 | + php autoexport.php --hours="$1" --target="$TARGET" --group=out-freecol --threshold=25 --skip="en" > $TEMP |
| 25 | + |
26 | 26 | cat $TEMP |
27 | 27 | sh $TEMP |
28 | 28 | rm $TEMP |
Index: trunk/translatewiki/MantisBT/README |
— | — | @@ -8,4 +8,4 @@ |
9 | 9 | $wgTranslateGroupFiles[] = "$IP/extensions/Translate/groups/MantisBT/MantisBT.yaml"; |
10 | 10 | |
11 | 11 | == Export == |
12 | | - php export.php --target=$EXPORTPATH --groupprefix=out-mantis- --lang='*' --skip=en --threshold=35 |
| 12 | + php export.php --target=$EXPORTPATH --group=out-mantis-* --lang='*' --skip=en --threshold=35 |
Index: trunk/translatewiki/Nocc/README |
— | — | @@ -9,5 +9,5 @@ |
10 | 10 | == Export == |
11 | 11 | * Required: connect access to the NOCC SourceForge project. Contact: |
12 | 12 | Tim Gerundt <tim AT gerundt DOT de>. |
13 | | -* php export.php --target=$EXPORTPATH --grouptrail=out-nocc- --skip=en --lang=* --threshold=35 |
| 13 | +* php export.php --target=$EXPORTPATH --group=out-nocc-* --skip=en --lang=* --threshold=35 |
14 | 14 | * Download, diff and commit the export to the project. |
Index: trunk/translatewiki/WikiReader/README |
— | — | @@ -6,3 +6,6 @@ |
7 | 7 | Settings: |
8 | 8 | wfAddNamespace( 1224, 'WikiReader' ); |
9 | 9 | $wgTranslateGroupFiles[] = "$IP/extensions/Translate/groups/WikiReader/WikiReader.yml"; |
| 10 | + |
| 11 | +# Commits |
| 12 | +To do. |
\ No newline at end of file |
Index: trunk/translatewiki/OpenStreetMap/README |
— | — | @@ -14,6 +14,6 @@ |
15 | 15 | # Export all OpenStreetMap groups in proper structure |
16 | 16 | if [ $1 = 'osm' ]; then |
17 | 17 | echo "Exporting OpenStreetMap potlatch and site with 35%+" |
18 | | - php export.php --target=$EXPORTPATH --groupprefix=out-osm- --lang='*' --skip=en,qqq --threshold=35 |
| 18 | + php export.php --target=$EXPORTPATH --group=out-osm-* --lang='*' --skip=en,qqq --threshold=35 |
19 | 19 | exit; |
20 | 20 | fi |
Index: trunk/translatewiki/StatusNet/README |
— | — | @@ -35,7 +35,7 @@ |
36 | 36 | echo "Rebuilding POT..." |
37 | 37 | $HOME/statusnet/scripts/update_po_templates.php |
38 | 38 | echo "Exporting all StatusNet groups in languages over 35%..." |
39 | | -php $SCRIPTPATH/export.php --target=$EXPORTPATH/ --lang=* --skip=en,qqq --threshold=35 --ppgettext=$HOME --groupprefix=out-statusnet |
| 39 | +php $SCRIPTPATH/export.php --target=$EXPORTPATH/ --lang=* --skip=en,qqq --threshold=35 --ppgettext=$HOME --group=out-statusnet* |
40 | 40 | echo "Copying updated POT files into export..." |
41 | 41 | cd $HOME |
42 | 42 | for i in `find statusnet |grep [.]pot$ |grep locale` |
Index: trunk/translatewiki/WikipediaMobile/README |
— | — | @@ -11,8 +11,8 @@ |
12 | 12 | |
13 | 13 | == Commit updates == |
14 | 14 | # Export translations |
15 | | -php /www/w/extensions/Translate/scripts/export.php --groupprefix=out-wikipedia-mobile --target=$HOME/export --lang=* --skip en,qqq --threshold=35 |
16 | | -php /www/w/extensions/Translate/scripts/export.php --groupprefix=out-wikipedia-mobile --target=$HOME/export --lang=qqq |
| 15 | +php /www/w/extensions/Translate/scripts/export.php --group=out-wikipedia-mobile --target=$HOME/export --lang=* --skip en,qqq --threshold=35 |
| 16 | +php /www/w/extensions/Translate/scripts/export.php --group=out-wikipedia-mobile --target=$HOME/export --lang=qqq |
17 | 17 | # Check out a copy with github account set up (read/write with sufficient rights): |
18 | 18 | git clone git@github.com:wikimedia/WikipediaMobile.git $HOME/export/WikipediaMobile |
19 | 19 | # must add any new or changed files! |
Index: trunk/translatewiki/Okawix/README |
— | — | @@ -22,7 +22,7 @@ |
23 | 23 | TEMP=`mktemp -p $HOME/okawix` || { echo "could not get temp file"; exit 1 } |
24 | 24 | |
25 | 25 | cd $EXPORTERPATH |
26 | | -php autoexport.php --hours="$1" --target="$TARGET" --groups="out-okawix-dtd out-okawix-prop" --skip="en" --threshold=40 > $TEMP |
| 26 | +php autoexport.php --hours="$1" --target="$TARGET" --group=out-okawix-* --skip="en" --threshold=40 > $TEMP |
27 | 27 | |
28 | 28 | cat $TEMP |
29 | 29 | sh $TEMP |
Index: trunk/translatewiki/Toolserver/README |
— | — | @@ -1,4 +1,4 @@ |
2 | | -# Checkout repository to $wgTranslateGroupRoot |
| 2 | +# Checkout repository to $wgTranslateGroupRoot |
3 | 3 | cd %GROUPROOT% |
4 | 4 | svn co http://svn.wikimedia.org/svnroot/mediawiki/trunk/tools/ToolserverI18N/ toolserver |
5 | 5 | |
— | — | @@ -12,3 +12,5 @@ |
13 | 13 | |
14 | 14 | wfAddNamespace( 1240, 'Toolserver' ); |
15 | 15 | $wgTranslateGroupFiles[] = "$IP/extensions/Translate/groups/Toolserver/ToolserverAgg.yaml"; |
| 16 | + |
| 17 | +# @todo Commits |
\ No newline at end of file |