diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-03-18 13:13:18 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-03-18 13:13:18 +0000 |
| commit | d9d3bbbba5b0be7d0818d573463d96805a377310 (patch) | |
| tree | d98d68489cbf793edf7f4eb2f77707c50dc81796 /src/wx | |
| parent | 920cc20f2edb3d3558c899fe4c00356d5531d9e2 (diff) | |
Add first part of pt_BR translation from Thiago Andre.
This might break pt_* translations on Windows as I'm not sure
if I've got the install directory right.
Diffstat (limited to 'src/wx')
| -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 843770ae6..daf4c95a9 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -98,6 +98,7 @@ AboutDialog::AboutDialog (wxWindow* parent) wxArrayString translated_by; translated_by.Add (wxT ("Manuel AC")); translated_by.Add (wxT ("Max Aeschlimann")); + translated_by.Add (wxT ("Thiago Andre")); translated_by.Add (wxT ("Grégoire Ausina")); translated_by.Add (wxT ("Tomáš Begeni")); translated_by.Add (wxT ("Fabio \"Zak\" Belli")); |
