Opened 10 years ago
Closed 10 years ago
#29391 closed defect (bug) (fixed)
Plugin search: Show available language
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | 4.0 |
Component: | I18N | Keywords: | has-patch |
Focuses: | Cc: |
Description
Maybe I missed duplicate somewhere, but how can I see (during plugin search) if any plugin is available in my language? Search list and plugin modal does not show anything...
http://make.wordpress.org/core/2014/05/21/internationalization-goals-for-4-0/
About page: "Search results will return plugins translated into your language first." How can I see localized plugins? I tried it and I do not believe this presented feature much (results are strange). How does it work? It is related to GlotPress? Can I search (and see) only localized plugins somehow?
Attachments (1)
Change History (11)
#2
@
10 years ago
Same, after translating the strings for the 'About' page I went looking to give it a go.
bbPress has the following translation packs available: api.wordpress.org/translations/plugins/1.0/?slug=bbpress
en_AU
,es_ES
,ko_KR
,nl_NL
,pt_BR
,ru_RU
,sv_SE
andth
Repro:
- Install WordPress in one of the available languages that bbPress offers a language pack per above
- Search the plugins repo for
Akismet
- Repeat the above using a language that is NOT offered in the bbPress language packs above
Expected Behaviour:
- Using either
en_AU
ores_ES
searching forAkismet
should give a higher priority tobbPress
in the search results per theSearch results will return plugins translated into your language first.
Actual Results:
- Irrespective of the WordPress language installed searching for
Akismet
the search results always showbbPress
as the 22nd search result.
#3
follow-up:
↓ 4
@
10 years ago
It's not implemented yet, folks. It's possible we'll be removing this line from the about page as it'll take us a while to get this 100% flawlessly working.
#4
in reply to:
↑ 3
@
10 years ago
Replying to nacin:
It's not implemented yet, folks. It's possible we'll be removing this line from the about page as it'll take us a while to get this 100% flawlessly working.
Cool, so many i18n goodies to test, try, and play with :)
#5
@
10 years ago
- Keywords has-patch added
attachment:29391.diff removes the sentence related to the not-yet-ready feature.
This ticket was mentioned in IRC in #wordpress-dev by stephdau. View the logs.
10 years ago
#8
follow-up:
↓ 10
@
10 years ago
BTW what does "with new metrics, improved search" in previous sentence mean? There were any other relevance changes on API side?
#10
in reply to:
↑ 8
@
10 years ago
- Resolution set to fixed
- Status changed from new to closed
Replying to pavelevap:
BTW what does "with new metrics, improved search" in previous sentence mean? There were any other relevance changes on API side?
We're showing some data in the dashboard that we weren't previously, or at least as prominently.
Search had some adjustments and will continue to be improved over the coming weeks/months.
I'm closing this ticket for now.
I was curious about that sentence on the About page too. I think it only applies to bbPress and BuddyPress (and probably Akismet and importer plugins), as they are the only ones currently available for translation in GlotPress.
Or does the repository actually parse language files uploaded via SVN for each plugin?