JOTAKI, Taisuke
Forum Replies Created
-
Marked as resolved.
Thanks again!Wow!
The strange character was a Japanese character!
Thank you very much. It is working now!Forum: Plugins
In reply to: [Theme Check] Japanese translation of theme-check pluginAh! I checked a child theme and the parent theme has a screenshot. Is this correct behavior?
Forum: Plugins
In reply to: [Theme Check] Japanese translation of theme-check pluginChecked it out and found one issue.
When you don’t have screenshot.png in a theme, it is supposed to display the error message “No screenshot detected!”, but it doesn’t display the message.
As for the rest, I think it works fine and here is the updated Japanese translation:
http://wp.tekapo.com/tawp/wp-content/uploads/2012/02/themecheck-ja.zipForum: Plugins
In reply to: [Theme Check] Japanese translation of theme-check pluginHi,
This is the last patch and includes the first one.
I’ve made some lines gettexted, and also revised some current gettexted lines because the gettext command can’t parse the current one.
The current one example:
$this->error[] = __( "<span class='tc-lead tc-warning'>WARNING</span>: could not find the file <strong>{$file}</strong> in the theme.", "themecheck" );revised like this:
$this->error[] = sprintf(__('<span class="tc-lead tc-warning">WARNING</span>: could not find the file <strong>%1$s</strong> in the theme.', 'themecheck'), $file);Forum: Plugins
In reply to: [Theme Check] Japanese translation of theme-check pluginThank you, Simon!
Here is the first patch:
http://pastie.org/3335127I’m still looking into it and I think we need a few more patches , so I will post here again.
Forum: Themes and Templates
In reply to: please add HEADER_IMAGE filterI was just thinking exactly the same thing.:)
Why don’t we make a ticket on Trac?