diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-09-15 10:53:33 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-09-15 11:00:27 +0200 |
| commit | 78f3772099a8e923bfd0bbe312dbdb9af0541ca6 (patch) | |
| tree | c335ec582eb3ad4f77c22542bfa34cc61fbc9f41 /src/wx/about_dialog.cc | |
| parent | 56dd8f9f7175a1eb789cc7c8c8c6b4b27166330e (diff) | |
Updated zh_CN translation from poppinzhang.
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 bfbc429c5..fbb89bfd6 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -152,6 +152,7 @@ AboutDialog::AboutDialog (wxWindow* parent) translated_by.Add (wxT ("Igor Voytovich")); translated_by.Add (wxT ("Rov (若文)")); translated_by.Add (wxT ("刘汉源")); + translated_by.Add (wxT ("poppinzhang")); add_section (_("Translated by"), translated_by); wxArrayString patrons; |
