Opened 13 years ago
Closed 12 years ago
#3716 closed enhancement (duplicate)
Adding Dutch language to download
Reported by: | defries | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 1.5 |
Component: | Core | Keywords: | has-patch |
Cc: | remkus@… |
Description
Since there currently is no way to include the Dutch translation files to the download - and the questions and support for it are driving me crazy - I'd like to add the .po and .mo file to the languages folder.
Attachments (2)
Change History (7)
#2
@
13 years ago
- Cc remkus@… added
I figured this would be the stance, but I also wanted to move towards a solution. I'm happy to create a plugin to enable the Dutch translations for BuddyPress, but if core enabled language packs are imminent then I'm all ears :)
#3
@
13 years ago
- Milestone changed from Awaiting Review to Future Release
I'm going to put this in Future Release. I guess that, off the top of my head, this is more a WP issue than a BP one. It would be nice if WP supported some sort of system like this:
- you change your WPLANG to (eg) nl_NL
- WP automatically fetches, via an svn external (or some other fancy method) the most recent nl_NL language pack for WP
- For a certain set of plugins that are supported by wordpress.org's core infrastructure (BuddyPress, bbPress, Akismet, etc), look to see whether they're installed and, if so, download the nl_NL language pack for those plugins as well.
Indeed, this would be a great feature for *all* plugins hosted on wordpress.org - but it would require a fancy GlotPress setup so that there was a predictable location for svn checkouts of language packs :)
We currently follow WP's convention of distributing language packs separate from the core software. The main argument for this is that if we include language packs in BP core, then one of the three core committers must be responsible for committing every update, in every language. The way things work now, contributors to the language packs can update at will http://translate.wordpress.org/projects/buddypress/dev, which means more up-to-date translations, and less stress on the already overtaxed core devs.
Leaving open for discussion in case there's something I've missed.