diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-27 10:39:39 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-27 10:39:39 +0000 |
| commit | d5804f33fbd01d104ed2b04400992ef32b81cf49 (patch) | |
| tree | 7cf8555e6dd214f8e612186dcc25b7b645f8b64f /src/wx/about_dialog.cc | |
| parent | 630d019c3a143cdeedcfbb04e585bf2d90f8273e (diff) | |
Beginnings of tr_TR translation from Gökhan Aksoy.
Diffstat (limited to 'src/wx/about_dialog.cc')
| -rw-r--r-- | src/wx/about_dialog.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 5c191d137..d5a369791 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -138,6 +138,7 @@ AboutDialog::AboutDialog (wxWindow* parent) translated_by.Add (wxT ("Igor Voytovich")); translated_by.Add (wxT ("Rov (若文)")); translated_by.Add (wxT ("刘汉源")); + translated_by.Add (wxT ("Gökhan Aksoy")); add_section (_("Translated by"), translated_by); wxArrayString subscribers; |
