Project Description:
Hi. I had one PHP language file that need to translate from Chiense gbk to english properly. There has about 540 variables (I've already done 97 variables). The format looks like this:
'submit' => 'Submit',
'select_all' => 'Select All',
The left is the actual variable array. The right is the display strings
Requirement for this project:
1) Must know Chinese
2) Must know English
3) Understand PHP