version.py
changeset 2515 6551a73702a3
parent 2351 467f6daff4e9
child 3570 eb915a9fdcb0
equal deleted inserted replaced
2514:756d02cf78db 2515:6551a73702a3
   119             info.License += f.read()
   119             info.License += f.read()
   120 
   120 
   121     info.Icon = wx.Icon(os.path.join(path, "images", "about_brz_logo.png"), wx.BITMAP_TYPE_PNG)
   121     info.Icon = wx.Icon(os.path.join(path, "images", "about_brz_logo.png"), wx.BITMAP_TYPE_PNG)
   122 
   122 
   123     info.Translators = (
   123     info.Translators = (
       
   124         "Basque",
       
   125         "José Miguel Andonegi <jm.andonegi@gmail.com>, 2019",
       
   126         "",
       
   127 
   124         "Bengali (Bangladesh)",
   128         "Bengali (Bangladesh)",
   125         "  Adhir Dutta <likhon52@gmail.com>, 2017",
   129         "  Adhir Dutta <likhon52@gmail.com>, 2017",
   126         "",
   130         "",
   127 
   131 
   128         "Chinese",
   132         "Chinese",
   129         "  Frank Guan <gpfrank@163.com>, 2018",
   133         "  Frank Guan <gpfrank@163.com>, 2018",
   130         "  Tango Wu <wuyangtang@live.com>, 2017",
   134         "  Tango Wu <wuyangtang@live.com>, 2017",
   131         "  Yiwei Yan <523136664@qq.com>, 2018",
   135         "  Yiwei Yan <523136664@qq.com>, 2018",
       
   136         "  Ji Wang <2485567515@qq.com>, 2019",
       
   137         "  珂 曾 <15627997@qq.com>, 2019",
   132         "",
   138         "",
   133 
   139 
   134         "Dutch (Netherlands)",
   140         "Dutch (Netherlands)",
       
   141         "  Martijn Berntsen <mxberntsen@gmail.com>, 2019",
   135         "  Jordy van der Heijden <jordyvanderheijden@gmail.com>, 2018",
   142         "  Jordy van der Heijden <jordyvanderheijden@gmail.com>, 2018",
   136         "",
   143         "",
   137 
   144 
   138         "French",
   145         "French",
   139         "  Edouard Tisserant <edouard.tisserant@gmail.com>, 2018",
   146         "  Edouard Tisserant <edouard.tisserant@gmail.com>, 2018",
   158         "",
   165         "",
   159 
   166 
   160         "Korean",
   167         "Korean",
   161         "  Ikhwan Kim <duo821228@gmail.com>, 2018",
   168         "  Ikhwan Kim <duo821228@gmail.com>, 2018",
   162         "  Reinhard Lee <lij3105@gmail.com>, 2012",
   169         "  Reinhard Lee <lij3105@gmail.com>, 2012",
       
   170         "",
       
   171 
       
   172         "Polish",
       
   173         "  Adam B <adisz.pl@gmail.com>, 2019",
   163         "",
   174         "",
   164 
   175 
   165         "Portuguese",
   176         "Portuguese",
   166         "  Pedro Coimbra <pcoimbra310@gmail.com>, 2017",
   177         "  Pedro Coimbra <pcoimbra310@gmail.com>, 2017",
   167         "",
   178         "",
   196 
   207 
   197         "Turkish",
   208         "Turkish",
   198         "  Ibrahim Kilicarslan <ibrahimhalilkilicarslan@outlook.com>, 2018",
   209         "  Ibrahim Kilicarslan <ibrahimhalilkilicarslan@outlook.com>, 2018",
   199         "",
   210         "",
   200 
   211 
       
   212         "Vietnamese (Viet Nam)",
       
   213         "  Nhất Thìn, 2019",
       
   214         "",
       
   215 
       
   216 
   201     )
   217     )
   202     return info
   218     return info
   203 
   219 
   204 
   220 
   205 app_version = "1.2"
   221 app_version = "1.2"