Do not ask for fullname in git systems

Julien LepillerFri Apr 09 19:23:17+0200 2021

3d77112

Do not ask for fullname in git systems

offlate/systems/git.py

166166
            x['format'].reload()
167167
168168
    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 []