Do not ask for fullname in git systems
offlate/systems/git.py
| 166 | 166 | x['format'].reload() | |
| 167 | 167 | ||
| 168 | 168 | def getSystemConfigSpec(): | |
| 169 | - | return [StringConfigSpec('fullname', Project.tr('Your full name'), | |
| 170 | - | Project.tr('This is saved in the file before sending it to the \ | |
| 171 | - | translation project, for copyright assignment and used as Last-Translator.'), | |
| 172 | - | placeholder=Project.tr('John Doe <john@example.com>'))] | |
| 169 | + | return [] |