pods-framework / pods

The Pods Framework is a Content Development Framework for WordPress - It lets you create and extend content types that can be used for any project. Add fields of various types we've built in, or add your own with custom inputs, you have total control.
https://pods.io/
GNU General Public License v2.0
1.07k stars 264 forks source link

I18n: Use Glotpress for translations #3725

Open JoryHogeveen opened 8 years ago

JoryHogeveen commented 8 years ago
sc0ttkclark commented 8 years ago

I thought we had no languages in the plugin already?

JoryHogeveen commented 8 years ago

Sorry, you're right. Are they pulled directly from http://wp-translate.org/projects/pods/ then?

sc0ttkclark commented 8 years ago

No, we're no longer using wp-translate, we're relying on the WP core translations.

sc0ttkclark commented 8 years ago

I mean, the plugin translations system that's in core, which it downloads the necessary translation files needed from the translate.wordpress.org site

JoryHogeveen commented 8 years ago

Are you sure this is configured correctly then? I see two languages available on wp.org (fr_FR and it_IT) but these aren't being pulled from wp.org on an actual installation when I activate these languages.

Sorry for this issue then, I thought since my last conv with @jimtrue this wasn't enabled yet.

Edit: Todo updated

Edit 2: Ok just to be sure, let me try a fresh install..

sc0ttkclark commented 8 years ago

I just pushed some updates, try that and let me know

JoryHogeveen commented 8 years ago

Tested it on a fresh WP and Pods install and it works, sorry. No clue why it doesn't download on my test site though, will look into that.

I would revert the changes on init.php and PodsInit.php for compatibility with manual translation plugins like https://nl.wordpress.org/plugins/loco-translate/ I have the same config on my other plugins and those work fine with wp core aswell.

The other changes apply to the third todo item right? (#2633)

ADD: See also: https://localise.biz/wordpress/plugin/authors#how

sc0ttkclark commented 7 years ago

Follow up on this, what's left/needed?

JoryHogeveen commented 7 years ago

Call for translation editors for various languages

This is an ongoing process and @jimtrue is very active with it :) Not milestone related.

Remove auto updates for .po and .mo files from wp.org when ready (#2633)

I believe this is already done??

Auto update trunk on wp.org with the latest dev from the main GH branche

I don't think `trunk is currently being update automaticalle based on 2.x commits right? Not sure if this should be a 2.7 milestone though..