diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-11 09:22:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-03-11 09:22:38 +0100 |
| commit | bedcfdc56ed67074f2ae37b87a3db05673d940c9 (patch) | |
| tree | 9a23f656b0f66094d11a7c97d24d91591c3e985d /src | |
| parent | 85bb889681487564e47701e333dca840b542cd8f (diff) | |
Add ko_KR translator credit.
Diffstat (limited to 'src')
| -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 cff6521c7..f3f9df968 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -144,6 +144,7 @@ AboutDialog::AboutDialog(wxWindow* parent) translated_by.Add(char_to_wx("Carsten Kurz")); translated_by.Add(char_to_wx("Roman Kuznetsov")); translated_by.Add(char_to_wx("David Lankes")); + translated_by.Add(char_to_wx("Sean Y. Leigh")); translated_by.Add(char_to_wx("Lilian Lefranc")); // Doesn't want to be credited // translated_by.Add(char_to_wx("Kahn Li")); |
