Index: trunk/translatewiki/StatusNet/README |
— | — | @@ -6,7 +6,7 @@ |
7 | 7 | git clone git://gitorious.org/statusnet/mainline.git statusnet |
8 | 8 | </source> |
9 | 9 | |
10 | | -Then check out the current development branch (origin/0.9.x) in the clone. |
| 10 | +Then check out the current development branch (origin/1.0.x) in the clone. |
11 | 11 | |
12 | 12 | ==Settings== |
13 | 13 | <source lang="php"> |
— | — | @@ -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 --grouptrail=out-statusnet |
| 39 | +php $SCRIPTPATH/export.php --target=$EXPORTPATH/ --lang=* --skip=en,qqq --threshold=35 --ppgettext=$HOME --groupprefix=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/Mwlib/README |
— | — | @@ -0,0 +1,11 @@ |
| 2 | +== Setup == |
| 3 | + cd %GROUPROOT% |
| 4 | + git clone git://github.com/pediapress/mwlib.rl.git mwlib.rl |
| 5 | + |
| 6 | +Add to your LocalSettings.php: |
| 7 | + wfAddNamespace( 1212, 'Mwlib' ); |
| 8 | + $wgTranslateGroupFiles[] = "$IP/extensions/Translate/groups/Mwlib/Mwlibrl.yaml"; |
| 9 | + |
| 10 | +== Export === |
| 11 | + php export.php --target=$EXPORTPATH/ --lang='*' --group=out-mwlibrl --ppgettext=%GROUPROOT% --threshold=10 |
| 12 | + php export.php --target=$EXPORTPATH/ --lang=qqq --group=out-mwlibrl --ppgettext=%GROUPROOT% |
Property changes on: trunk/translatewiki/Mwlib/README |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 13 | + native |
Index: trunk/translatewiki/EOL/README |
— | — | @@ -0,0 +1,10 @@ |
| 2 | +== Setup == |
| 3 | + cd %GROUPROOT% |
| 4 | + git clone git://github.com/EncyclopediaOfLife/eol.git eol |
| 5 | + |
| 6 | +Add to your LocalSettings.php: |
| 7 | + wfAddNamespace( 1242, 'EOL' ); |
| 8 | + $wgTranslateGroupFiles[] = "$IP/extensions/Translate/groups/EOL/EOL.yaml" |
| 9 | + |
| 10 | +== Export === |
| 11 | + php export.php --target=$EXPORTPATH --no-fuzzy --groupprefix=out-eol- --lang='*' --skip=en --threshold=35 |
Property changes on: trunk/translatewiki/EOL/README |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 12 | + native |
Index: trunk/translatewiki/MantisBT/README |
— | — | @@ -1,11 +1,11 @@ |
2 | 2 | == Setup == |
3 | 3 | cd %GROUPROOT% |
4 | 4 | git clone git://git.mantisbt.org/mantisbt mantisbt |
| 5 | + git checkout --track -b master-1.2.x origin/master-1.2.x |
5 | 6 | |
6 | 7 | Add to your LocalSettings.php |
7 | 8 | wfAddNamespace( 1210, 'Mantis' ); |
8 | 9 | $wgTranslateGroupFiles[] = "$IP/extensions/Translate/groups/MantisBT/MantisBT.yaml"; |
9 | 10 | |
10 | 11 | == Export == |
11 | | -@todo |
12 | | - |
| 12 | + php export.php --target=$EXPORTPATH --groupprefix=out-mantis- --lang='*' --skip=en --threshold=35 |