i18n
Started by: karl3ikarl3i
On: 1269122602|%e %b %Y, %H:%M %Z|agohover
Number of posts: 3
rss icon RSS: New posts
Summary:
Translations
i18n
karl3ikarl3i 1269122602|%e %b %Y, %H:%M %Z|agohover

Hello,

I have installed wikidot on Ubuntu, and I've downloaded the source from GIT.
I would like to translate wikidot in other languages (currently only Polish and English are supported). Are there translation file I can edit to do so?

Thanks,

Karl3i.

Last edited on 1269122644|%e %b %Y, %H:%M %Z|agohover By karl3i + Show more
Reply  |  Options
Unfold i18n by karl3ikarl3i, 1269122602|%e %b %Y, %H:%M %Z|agohover
Re: i18n
Ed JohnsonEd Johnson 1269141118|%e %b %Y, %H:%M %Z|agohover

This something that is not implemented. Most of the "system" text is hard-coded. You would have to go through all of the php source files to find things that need to be translated. This is a long-standing feature request that I believe will be implemented in the future, but not for a while. You should search this topic on the community forum at http://community.wikidot.com.

-Ed

Reply  |  Options
Unfold Re: i18n by Ed JohnsonEd Johnson, 1269141118|%e %b %Y, %H:%M %Z|agohover
Re: i18n
karl3ikarl3i 1269162645|%e %b %Y, %H:%M %Z|agohover

Thanks Ed for your reply.

I found for instance a translation system in a *.tpl file:

{ltext lang="en"}
<p>
    Tags are a nice way to organize content in your Site. You can apply multiple tags (labels) to each
    of your pages. You can learn more what a tag is reading Wikipedia entries for  
    <a href="http://en.wikipedia.org/wiki/Tags" target="_blank">Tags</a> and
    <a href="http://en.wikipedia.org/wiki/Tag_cloud" target="_blank">Tag cloud</a>.
</p>
{/ltext}
{ltext lang="pl"}
<p>
    Tagi (etykiety) to dobry sposób na kategoryzowanie informacji na sajcie.
    Do każdej ze stron można dołączyć kilka tagów.
</p>
{/ltext}

Thanks,
Karl3i.

Reply  |  Options
Unfold Re: i18n by karl3ikarl3i, 1269162645|%e %b %Y, %H:%M %Z|agohover
New Post
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License