Localization problems
-
1. Dates and times are hard coded to a specific format. Please change all occurrences of
date('Y-m-d g:i A', ...)
and such with
date_i18n( get_option( 'date_format' ) . ' ' . get_option( 'time_format' ), ... )2. There is a misspelled textdomain in
php/submit_ticket.php:83. Please changewpsc-support-tickettowpsc-support-tickets.3. There is an extra second parameter to the
__()function inwpsc-support-tickets.php:131becoming the textdomain parameter. Please removed “Cook Island” and add a new translation for this string.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Localization problems’ is closed to new replies.