- This topic has 17 replies, 4 voices, and was last updated 6 years ago by
Marc.
-
AuthorPosts
-
-
May 28, 2014 at 11:50 am #1759
jbassMemberHi, I have translated the plugin in my language(Italian) with poedit, I have created piklist-it_IT.mo and piklist-it_IT.po files but the plugin still appare in english language. How can I activate my language?
Thanks. -
May 28, 2014 at 2:57 pm #1761
-
May 29, 2014 at 3:35 am #1763
jbassMemberNothing is translated.


-
June 13, 2014 at 5:17 pm #1820
Darlan ten CatenMember@Steve – I translated Piklist for pt_BR and nothing changed too. Whats the problem?
-
June 13, 2014 at 11:03 pm #1823
-
June 16, 2014 at 3:10 am #1824
jbassMemberGreat!!! It works!!!! Thank you
-
June 16, 2014 at 9:37 am #1825
SteveKeymasterNice! It will be in the next version of Piklist.
-
June 16, 2014 at 1:09 pm #1826
Darlan ten CatenMember@Steve – Yes, great!
You want the pt_BR.po file that I translated?
Thank you!
-
June 17, 2014 at 9:26 am #1831
-
June 17, 2014 at 9:36 am #1832
Darlan ten CatenMember@Steve – Yes I want the updated POT when ready.
Did you hear about the http://blog.glotpress.org/ ?
I have translated some plugins that use GlotPress and is quite easy to update the PO file online before the new version goes live. With that you can invite everyone to help translating Piklist. -
June 17, 2014 at 9:57 am #1835
SteveKeymaster@darlantc– I look the idea of Glotpress. I’ll look into installing. Will send you POT file when ready.
-
January 14, 2016 at 4:33 am #5593
MarcMember@Steve – Hi there,
I’m making a website in French, and using a frontend contact form with Piklist.
I saw that the validation strings weren’t translated.Long story short, I made a french .po file, but in order for it to work I have to override the plugin’s piklist-fr_FR.mo file. Which we will agree, is not a good way to do as on next update my changes will be lost.
So I came across a solution to allow the language files to be overriden if you put the mo file in wp_content/languages/piklist/:In the file
class-piklist.php// loads the user's file $domain = 'piklist'; $mo_file = WP_LANG_DIR . '/' . $domain . '/' . $domain . '-' . get_locale() . '.mo'; load_textdomain( $domain, $mo_file ); // loads the plugin's file load_plugin_textdomain('piklist', false, 'piklist/languages/');I thought it could be quite useful to some users.
Thanks again for an amazing plugin + support!
Marc.
-
January 14, 2016 at 11:24 am #5608
-
January 14, 2016 at 1:31 pm #5609
MarcMemberI’m using v0.9.9.7. I also checked from the trunk download to be sure and it seems to be the latest version?
The string is translatable, but the file piklist-fr_FR.mo doesn’t seem to have a full translation (also it weights 5kb against 32kb for the Spanish version).
Which is ok of course, I know you guys are working hard to get v1 soon and probably don’t speak all the languages on Earth :).What I tried is to put my own piklist-fr_FR.mo in
wp_content/languages/to avoid overriding it inwp_content/plugins/piklist/languages/, which would be bad practice I think :).Which is what the
load_textdomain( 'piklist', WP_LANG_DIR . '/piklist/piklist' . '-' . get_locale() . '.mo' );allows. -
January 14, 2016 at 4:20 pm #5611
SteveKeymasterIt would be best if you can add translations so everyone can benefit.
You can easily translate here >
Please translate the DEVELOPMENT VERSION.
-
January 15, 2016 at 1:35 am #5621
MarcMember@Steve
What I’m also suggesting through that is to add flexibility to users who would like their own translated strings.
Because Piklist will have such a broad range of usage, there will probably be people who would rather use their own translated string instead of the default one.
But it’s only a suggestion.I’ll look into this link, I’ll gladly help.
-
-
June 17, 2014 at 10:00 am #1836
Darlan ten CatenMember@Steve- Great, Thank you for the fast support and the awesome framework.
-
-
AuthorPosts
- You must be logged in to reply to this topic.