Hi,
I will need to do some research on this. Keep in mind that my demo does use “Lorem Ipsum” which is dummy text. This plugin is in English but will default to the user’s language. Can also be changed to another language in your browser.
Cheers,
Stephanie
Sorry if I wasn’t clear. What I mean is the “hard coded” text within the plugin itself. For example, to localize text (prep for translation) within the plugin code itself, you’d do the following.
This line:
<span class="textFoster-injured foster-tag-text">Injured</span>
Would be this:
<span class="textFoster-injured foster-tag-text"><?php _e('Injured','textdomain'); ?></span>
So the text “injured” can be translated into a different language like Spanish.
Hello,
Any chance for mo. po. language translation files?
I like the plugin and want to translate it into german for a rescue organisation. But without a po-file I can’t find all labels to translate…
Do you have a list which words in which files I have to translate?
Best- Angelika
http://entwicklung.tiersinfonie.de/fosters/
Hello, I’d need to localize this plugin in Italian Language. Any help please?