Support Forum
if you are looking to translate 'Forum Timezone', its in the theme to be translated...
the cities come directly from wp, so not sure why they wouldnt be translated... in fact, we just grab the wp saved option for the timezone string
get_option('timezone_string')
Visit Cruise Talk Central and Mr Papa's World
and like I said, we just display the wp option... we dont have the string in our code to be translated...
so unless wp does something odd like store English and translate later, not sure what is going on...
Visit Cruise Talk Central and Mr Papa's World
Are you guys talking about different things!
SPQC: Are you referring to the actual drop down list? If so I was not aware there was any translation available for that. The list is actually generated by php. If you have any information on that I would appreciate knowing it although I will try and hunt it down later.
YELLOW
SWORDFISH
|
we are talking about same thing, but multiple things regarding it...
in wp general options, the timezone dropdown list is generated by a wp function... we call the same function in sp...
when you save the timezone in wp, it saves the value in the 'timezone_string' option in the wp options table... we simply display the value of that timezone string...
so we just need to figure out what wp is doing... because they do not appear to be saving the translated string... and we just use the value they save... as you indicate Andy, we dont have those strings directly in our code anywhere...
Visit Cruise Talk Central and Mr Papa's World
The real question is would we want the overhead of loading what will be quite a large MO file for all the zones/countries/cities in the list just to satisfy (a) the timezone displayed in the About area and (b) the personal timezone displayed in the profile tab? In other words does the display of that justify the cost...
YELLOW
SWORDFISH
|
1 Guest(s)