Title: Translation support
Last modified: August 20, 2016

---

# Translation support

 *  Resolved [Christian Foellmann](https://wordpress.org/support/users/cfoellmann/)
 * (@cfoellmann)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/translation-support-1/)
 * Hi alanft,
 * I would love to contribute the code changes for gettext support, the German translation
   and the platform at [https://translate.foe-services.de](https://translate.foe-services.de)
   for further language support.
 * Ever thought about moving to GitHub? Would be much easier to contribute for the
   community.
 * Christian
 * [http://wordpress.org/extend/plugins/widget-logic/](http://wordpress.org/extend/plugins/widget-logic/)

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/translation-support-1/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/translation-support-1/page/2/?output_format=md)

 *  [alanft](https://wordpress.org/support/users/alanft/)
 * (@alanft)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/translation-support-1/#post-3265790)
 * there’s so little displayed text – if you give me pointers, show me some examples
   on how to add the locale text changes, I’ll give it a go myself.
 *  Thread Starter [Christian Foellmann](https://wordpress.org/support/users/cfoellmann/)
 * (@cfoellmann)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/translation-support-1/#post-3265815)
 * I did make some changes: [https://www.dropbox.com/s/lq7tm4o7lky19ph/widget-logic-gettext.zip](https://www.dropbox.com/s/lq7tm4o7lky19ph/widget-logic-gettext.zip)
 * I hope your version control detects the changes
 *  [alanft](https://wordpress.org/support/users/alanft/)
 * (@alanft)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/translation-support-1/#post-3265825)
 * Thank you so very much – I really appreciate that. It’ll take a bit of integrating
   it into the latest dev version, but not a great deal.
 * Will it take much to add to the list of languages? Apologies – this is probably
   easy to lookup.
 * Looks like I’ll be doing a live update soon (cos of 3.5) so I will be adding 
   this in, so expect a credit!
 *  Thread Starter [Christian Foellmann](https://wordpress.org/support/users/cfoellmann/)
 * (@cfoellmann)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/translation-support-1/#post-3265826)
 * Just run this
 * `xgettext --default-domain=widget-logic --language=PHP --keyword=__ --keyword
   =_e --sort-by-file *.php`
 * in the plugin folder.
    You will get a .po-file which is actually the .pot-file.
   Rename it to widget-logic.pot and send it to me so I can add it to the translation
   platform. I will do a German translation and set up a few more open languages.
   From the platform you can download all language files after they are translated
   completely (or partially). As soon as the deployed version allows it I will set
   you as “Project manager” so you can add new languages and have more rights on
   the platform.
 *  [alanft](https://wordpress.org/support/users/alanft/)
 * (@alanft)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/translation-support-1/#post-3265827)
 * thanks – i remembered there is a ‘generate POT file’ function for WP plugin repository
   users, so I’ve done that.
 * Check out the DEV version now, and see if that works right – i’ve left in your
   two -de_DE files…
 * widget-logic-de_DE.mo
    widget-logic-de_DE.po
 * Let me know so I can release this asap with the 3.5 fixes in it too.
 *  Thread Starter [Christian Foellmann](https://wordpress.org/support/users/cfoellmann/)
 * (@cfoellmann)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/translation-support-1/#post-3265828)
 * looking pretty good but I found one mistake in my German translation. Correction:
   [https://www.dropbox.com/s/g6cyue3z8zzadug/de.zip](https://www.dropbox.com/s/g6cyue3z8zzadug/de.zip)
 * Except for that it looks ready 🙂
 *  [alanft](https://wordpress.org/support/users/alanft/)
 * (@alanft)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/translation-support-1/#post-3265832)
 * i’ve checked those in to the main repository
 * will work on a release very soon
 *  Thread Starter [Christian Foellmann](https://wordpress.org/support/users/cfoellmann/)
 * (@cfoellmann)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/translation-support-1/#post-3265833)
 * Additions in dl:
    1st: To give the translation the finishing touch I found how
   to translate the description displayed on the plugins page in the wp-admin area.
   [http://www.viper007bond.com/2011/09/11/translating-wordpress-plugin-details/](http://www.viper007bond.com/2011/09/11/translating-wordpress-plugin-details/)-
   > added `Text Domain`, `Domain Path` + refreshed .pot, de.po, de.mo, project@translate
 * 2nd: added translation link to readme.txt
    3rd: bumped tested wp version to 3.5
 * Added it to the dev version: [https://www.dropbox.com/s/6z8z5uhpmt2d1hs/widget-logic-last-changes.zip](https://www.dropbox.com/s/6z8z5uhpmt2d1hs/widget-logic-last-changes.zip)
 * A few things for you to consider:
 * SET `Plugin URI` in widget-logic.php to [http://wordpress.org/support/plugin/widget-logic](http://wordpress.org/support/plugin/widget-logic)(
   its more or less the standard/ best practice + your author link still brings 
   the user to your site)
 * ADD `foe-services-labs` to Contributors in readme.txt to give me some credit (
   not really necessary because translation is just very minor part of the code 
   and work)
 * Christian
 *  [alanft](https://wordpress.org/support/users/alanft/)
 * (@alanft)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/translation-support-1/#post-3265835)
 * advice gratefully received! i will take a look at all this before I publish the
   update. thanks again!
 *  Thread Starter [Christian Foellmann](https://wordpress.org/support/users/cfoellmann/)
 * (@cfoellmann)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/translation-support-1/#post-3265837)
 * correction: (last for this whole topic, I swear)
 * ADD **‘Foe Services Labs’** to Contributors …
 * Thanks for being so open 🙂
 *  [alanft](https://wordpress.org/support/users/alanft/)
 * (@alanft)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/translation-support-1/#post-3265840)
 * I think i’ve followed all your suggestions if you want to check the DEV again.
 * Seriously, thanks for all this
 *  Thread Starter [Christian Foellmann](https://wordpress.org/support/users/cfoellmann/)
 * (@cfoellmann)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/translation-support-1/#post-3265845)
 * I am very sorry but I found 3 more strings that needed translation support + 
   translation.
    [https://www.dropbox.com/s/86oa5ig71z3omae/widget-logic_final.zip](https://www.dropbox.com/s/86oa5ig71z3omae/widget-logic_final.zip)
 * This is definitely running smoothly, is 100% translated and ready for release.
 * I am very happy to help. Just keep an eye on [https://translate.foe-services.de](https://translate.foe-services.de).
   I hope it will grow and pick up more and more projects.
 * Thank you for the pretty useful functionality.
 *  [alanft](https://wordpress.org/support/users/alanft/)
 * (@alanft)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/translation-support-1/#post-3265856)
 * ok, that’s in place in the dev too if you want to take a pass again
 *  Thread Starter [Christian Foellmann](https://wordpress.org/support/users/cfoellmann/)
 * (@cfoellmann)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/translation-support-1/#post-3265857)
 * line 87 – 109 have changed in the last package.
 * Please copy them because of the gettext code
 *  [alanft](https://wordpress.org/support/users/alanft/)
 * (@alanft)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/translation-support-1/#post-3265858)
 * sorry, missed that. i’ve updated the extra 3 lines now.

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/translation-support-1/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/translation-support-1/page/2/?output_format=md)

The topic ‘Translation support’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/widget-logic_c8dde5.svg)
 * [Widget Logic](https://wordpress.org/plugins/widget-logic/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/widget-logic/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/widget-logic/)
 * [Active Topics](https://wordpress.org/support/plugin/widget-logic/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/widget-logic/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/widget-logic/reviews/)

 * 16 replies
 * 2 participants
 * Last reply from: [Christian Foellmann](https://wordpress.org/support/users/cfoellmann/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/translation-support-1/page/2/#post-3265859)
 * Status: resolved