| | 232 | |
| | 233 | == Credits == |
| | 234 | |
| | 235 | We would like to make sure the translators get their special credit in both the |
| | 236 | Padre source code and on the Padre web site both |
| | 237 | [http://padre.perlide.org/developers.html in English] and |
| | 238 | [http://padre.perlide.org/translators.html in their own languages]. |
| | 239 | |
| | 240 | So if you are are translator |
| | 241 | |
| | 242 | 1. Add yourself to {{{ lib/Padre.pm }}} |
| | 243 | 1. Add yourself to {{{ lib/Padre/Wx/About.pm }}} |
| | 244 | 1. check out the source of the web site {{{ svn co http://svn.perlide.org/padre/trunk/template.padre.perlide.org/ }}} |
| | 245 | 1. For the [http://padre.perlide.org/developers.html English] text on the developers page |
| | 246 | 1. Create a file with your nickname in the data/developers/ directory. There are already several files there so you can look at their content to understand waht to write there. |
| | 247 | 1. In addition edit the data/stash.yml file and add your nick to the '''developers:''' section at the bottom of the file. |
| | 248 | 1. For the [http://padre.perlide.org/translators.html special translators] page |
| | 249 | 1. Create a file in the data/translators/ directory |
| | 250 | 1. Add your nick to the data/stash.yml file in the '''translators''' section at the bottom of the file |
| | 251 | |
| | 252 | A few seconds after you commit the files the new content should appear on the Padre web site. |
| | 253 | |
| | 254 | If you need help with any of these, please ask on our IRC channel or on the padre-dev mailing list. |
| | 255 | |
| | 256 | |