Index: trunk/extensions/Translate/groups/Pywikipedia/Pywikipedia.yaml |
— | — | @@ -31,6 +31,17 @@ |
32 | 32 | targetPattern: pywikipedia/add_text.py |
33 | 33 | --- |
34 | 34 | BASIC: |
| 35 | + id: out-pywikipedia-archivebot |
| 36 | + label: Pywikipedia Archive Bot |
| 37 | + display: out/pywikipedia/archivebot |
| 38 | + |
| 39 | +FILES: |
| 40 | + class: PythonSingleFFS |
| 41 | + sourcePattern: %GROUPROOT%/pywikipedia/archivebot.py |
| 42 | + definitionFile: %GROUPROOT%/pywikipedia/archivebot.py |
| 43 | + targetPattern: pywikipedia/archivebot.py |
| 44 | +--- |
| 45 | +BASIC: |
35 | 46 | id: out-pywikipedia-basic |
36 | 47 | label: Pywikipedia Basic |
37 | 48 | display: out/pywikipedia/basic |
— | — | @@ -108,6 +119,17 @@ |
109 | 120 | targetPattern: pywikipedia/cosmetic_changes.py |
110 | 121 | --- |
111 | 122 | BASIC: |
| 123 | + id: out-pywikipedia-delete |
| 124 | + label: Pywikipedia Delete |
| 125 | + display: out/pywikipedia/delete |
| 126 | + |
| 127 | +FILES: |
| 128 | + class: PythonSingleFFS |
| 129 | + sourcePattern: %GROUPROOT%/pywikipedia/delete.py |
| 130 | + definitionFile: %GROUPROOT%/pywikipedia/delete.py |
| 131 | + targetPattern: pywikipedia/delete.py |
| 132 | +--- |
| 133 | +BASIC: |
112 | 134 | id: out-pywikipedia-editarticle |
113 | 135 | label: Pywikipedia Edit Article |
114 | 136 | display: out/pywikipedia/editarticle |
— | — | @@ -207,6 +229,28 @@ |
208 | 230 | targetPattern: pywikipedia/table2wiki.py |
209 | 231 | --- |
210 | 232 | BASIC: |
| 233 | + id: out-pywikipedia-template |
| 234 | + label: Pywikipedia Template |
| 235 | + display: out/pywikipedia/template |
| 236 | + |
| 237 | +FILES: |
| 238 | + class: PythonSingleFFS |
| 239 | + sourcePattern: %GROUPROOT%/pywikipedia/template.py |
| 240 | + definitionFile: %GROUPROOT%/pywikipedia/template.py |
| 241 | + targetPattern: pywikipedia/template.py |
| 242 | +--- |
| 243 | +BASIC: |
| 244 | + id: out-pywikipedia-thirdparty |
| 245 | + label: Pywikipedia Third Party |
| 246 | + display: out/pywikipedia/thirdparty |
| 247 | + |
| 248 | +FILES: |
| 249 | + class: PythonSingleFFS |
| 250 | + sourcePattern: %GROUPROOT%/pywikipedia/thirdparty.py |
| 251 | + definitionFile: %GROUPROOT%/pywikipedia/thirdparty.py |
| 252 | + targetPattern: pywikipedia/thirdparty.py |
| 253 | +--- |
| 254 | +BASIC: |
211 | 255 | id: out-pywikipedia-welcome |
212 | 256 | label: Pywikipedia Welcome |
213 | 257 | display: out/pywikipedia/welcome |
— | — | @@ -216,3 +260,14 @@ |
217 | 261 | sourcePattern: %GROUPROOT%/pywikipedia/welcome.py |
218 | 262 | definitionFile: %GROUPROOT%/pywikipedia/welcome.py |
219 | 263 | targetPattern: pywikipedia/welcome.py |
| 264 | +--- |
| 265 | +BASIC: |
| 266 | + id: out-pywikipedia-wiktionary |
| 267 | + label: Pywikipedia Wiktionary |
| 268 | + display: out/pywikipedia/wiktionary |
| 269 | + |
| 270 | +FILES: |
| 271 | + class: PythonSingleFFS |
| 272 | + sourcePattern: %GROUPROOT%/pywikipedia/wiktionary.py |
| 273 | + definitionFile: %GROUPROOT%/pywikipedia/wiktionary.py |
| 274 | + targetPattern: pywikipedia/wiktionary.py |