class Contributors { static const translators = { Contributor('D3ZOXY', 'its.ghost.message@gmail.com'), Contributor('JanWaldhorn', 'weblate@jwh.anonaddy.com'), Contributor('n-berenice', null), Contributor('Jonatas de Almeida Barros', 'ajonatas56@gmail.com'), Contributor('MeFinity', 'me.dot.finity@gmail.com'), Contributor('Maki', null), Contributor('HiSubway', 'shenyusoftware@gmail.com'), Contributor('glemco', 'glemco@posteo.net'), Contributor('Aerowolf', null), Contributor('小默', 'duzhe163908@gmail.com'), Contributor('metezd', 'itoldyouthat@protonmail.com'), Contributor('Martijn Fabrie', null), Contributor('Koen Koppens', 'koenkoppens@proton.me'), Contributor('Emmanouil Papavergis', null), Contributor('kha84', 'khalukhin@gmail.com'), Contributor('gallegonovato', 'fran-carro@hotmail.es'), Contributor('Havokdan', 'havokdan@yahoo.com.br'), Contributor('Jean Mareilles', 'waged1266@tutanota.com'), Contributor('이정희', 'daemul72@gmail.com'), Contributor('Translator-3000', 'weblate.m1d0h@8shield.net'), Contributor('Ralea Adrian Vicențiu', 'ralea.adrian@gmail.com'), Contributor('Igor Sorocean', 'sorocean.igor@gmail.com'), Contributor('JY3', 'GeeyunJY3@gmail.com'), Contributor('Gediminas Murauskas', 'muziejusinfo@gmail.com'), Contributor('Oğuz Ersen', 'oguz@ersen.moe'), Contributor('Allan Nordhøy', 'epost@anotheragency.no'), Contributor('pemibe', 'pemibe4634@dmonies.com'), Contributor('Linerly', 'linerly@protonmail.com'), Contributor('Skrripy', 'rozihrash.ya6w7@simplelogin.com'), Contributor('vesp', 'vesp@post.cz'), Contributor('Dan', 'denqwerta@gmail.com'), Contributor('Tijolinho', 'pedrohenrique29.alfenas@gmail.com'), Contributor('Piotr K', '1337.kelt@gmail.com'), Contributor('rehork', 'cooky@e.email'), Contributor('Eric', 'hamburger2048@users.noreply.hosted.weblate.org'), Contributor('Aitor Salaberria', 'trslbrr@gmail.com'), Contributor('Felipe Nogueira', 'contato.fnog@gmail.com'), Contributor('kaajjo', 'claymanoff@gmail.com'), Contributor('Eduardo Malaspina', 'vaio0@swismail.com'), Contributor('Evgeniy Khramov', 'thejenjagamertjg@gmail.com'), Contributor('syu_pf_ssy', 'syu.pf.ssy@outlook.com'), Contributor('Dick Pluim', 'github@dickpluim.com'), Contributor('György Viktor', 'wickdj@gmail.com'), Contributor('byPety', 'peter@csordascsalad.hu'), Contributor('tryvseu', 'tryvseu@tuta.io'), Contributor('陳義昇', 'love80312@gmail.com'), Contributor('Макар Разин', 'makarrazin14@gmail.com'), Contributor('Leon', 'leonhoog@outlook.com'), Contributor('stephen-cusi', 'magiskcurry@qq.com'), Contributor('atilluF', '110931720+atilluF@users.noreply.github.com'), Contributor('Davide Neri', 'davnerix@gmail.com'), Contributor('ShiftCtrlAltDel', 'who--is@yandex.ru'), Contributor('lol lol', 'besonderspositiverpanda@ji5.de'), Contributor('Fabian Rennebeck', 'propago47@posteo.org'), Contributor('Henry The Mole', 'htmole@gmail.com'), Contributor('Kryštof Černý', 'cleverline1mc@gmail.com'), // Contributor('SAMIRAH AIL', 'samiratalzahrani@gmail.com'), // Arabic // Contributor('Salih Ail', 'rrrfff444@gmail.com'), // Arabic // Contributor('nasreddineloukriz', 'nasreddineloukriz@gmail.com'), // Arabic // Contributor('Mohamed Zeroug', 'mzeroug19@gmail.com'), // Arabic // Contributor('Alvi Khan', 'aveenalvi@gmail.com'), // Bengali // Contributor('Htet Oo Hlaing', 'htetoh2006@outlook.com'), // Burmese // Contributor('Khant', 'khant@users.noreply.hosted.weblate.org'), // Burmese // Contributor('Idj', 'joneltmp+goahn@gmail.com'), // Hebrew // Contributor('Rohit Burman', 'rohitburman31p@rediffmail.com'), // Hindi // Contributor('Chethan', 'chethan@users.noreply.hosted.weblate.org'), // Kannada // Contributor('GoRaN', 'gorangharib.909@gmail.com'), // Kurdish (Central) // Contributor('Raman', 'xysed@tutanota.com'), // Malayalam // Contributor('Subham Jena', 'subhamjena8465@gmail.com'), // Odia // Contributor('امیر جهانگرد', 'ijahangard.a@gmail.com'), // Persian // Contributor('slasb37', 'p84haghi@gmail.com'), // Persian // Contributor('Martin Frandel', 'martinko.fr@gmail.com'), // Slovak // Contributor('mytja', 'mamnju21@gmail.com'), // Slovenian // Contributor('Nattapong K', 'mixer5056@gmail.com'), // Thai // Contributor('ngocanhtve', 'ngocanh.tve@gmail.com'), // Vietnamese }; } class Contributor { final String name; final String? weblateEmail; const Contributor(this.name, this.weblateEmail); }