Added Khmer translations by Khoem Sokhem and Roger Sperberg

The correct abbreviation should be "km_KH", which is not supported by wxLocale::FindLanguageInfo at the moment.
This commit is contained in:
Zane U. Ji 2013-12-23 22:07:47 +08:00
parent ea705c221c
commit 502b2eacbd
3 changed files with 1901 additions and 1 deletions

BIN
src/po/km/messages.mo Normal file

Binary file not shown.

1898
src/po/km/messages.po Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1327,6 +1327,8 @@ void MyFrame::OnAbout ( wxCommandEvent& WXUNUSED ( event ) )
info.AddTranslator ( _T ( "Marcos Pérez González (Spanish) <marcos_pg at yahoo dot com>" ) );
info.AddTranslator ( _T ( "Rob Elemans (Dutch) <relemans at gmail dot com>" ) );
info.AddTranslator ( _T ( "Robert Falcó Miramontes <rfalco at acett dot org>" ) );
info.AddTranslator ( _T ( "Khoem Sokhem (Khmer) <sokhem at open dot org dot kh>" ) );
info.AddTranslator ( _T ( "Roger Sperberg (Khmer) <rsperberg at gmail dot com>" ) );
info.SetLicense ( ABOUT_LICENSE );
info.SetDescription ( description );
wxAboutBox ( info );