Title: Localization problems
Last modified: August 22, 2016

---

# Localization problems

 *  Resolved [Knut Sparhell](https://wordpress.org/support/users/knutsp/)
 * (@knutsp)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/localization-problems-3/)
 * 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 change`
   wpsc-support-ticket` to `wpsc-support-tickets`.
 * 3. There is an extra second parameter to the `__()` function in `wpsc-support-
   tickets.php:131` becoming the textdomain parameter. Please removed “Cook Island”
   and add a new translation for this string.
 * [https://wordpress.org/plugins/wpsc-support-tickets/](https://wordpress.org/plugins/wpsc-support-tickets/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [Knut Sparhell](https://wordpress.org/support/users/knutsp/)
 * (@knutsp)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/localization-problems-3/#post-5175896)
 * 2 and 3 (both just typos) are fixed. Thank you. 1 remains.
 * `date_i18n( __( 'Y-m-d g:i A', 'wpsc-support-tickets' ), ... )` will also do,
   and may give the plugin authors more control over the display when there is no
   translation available.
 *  Plugin Author [jquindlen](https://wordpress.org/support/users/jquindlen/)
 * (@jquindlen)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/localization-problems-3/#post-5175955)
 * Thanks. Fixed in 4.7.22, coming out in the next day or so.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Localization problems’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wpsc-support-tickets_3eaded.svg)
 * [IDB Support Tickets](https://wordpress.org/plugins/wpsc-support-tickets/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpsc-support-tickets/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpsc-support-tickets/)
 * [Active Topics](https://wordpress.org/support/plugin/wpsc-support-tickets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpsc-support-tickets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpsc-support-tickets/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [jquindlen](https://wordpress.org/support/users/jquindlen/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/localization-problems-3/#post-5175955)
 * Status: resolved