Closed danmarsden closed 6 years ago
You have several places in the code where you have hard-coded english text - these should be moved into the lang files to allow translation: example:
https://github.com/chikako0219/sharedpanel/blob/master/importcard.php#L61 https://github.com/chikako0219/sharedpanel/blob/master/twitter.php#L110
(there are many other areas of your code that do this and need to be fixed)
Fixed to get_string().
You have several places in the code where you have hard-coded english text - these should be moved into the lang files to allow translation: example:
https://github.com/chikako0219/sharedpanel/blob/master/importcard.php#L61 https://github.com/chikako0219/sharedpanel/blob/master/twitter.php#L110
(there are many other areas of your code that do this and need to be fixed)