Michal Pryc wrote:
Michal Pryc wrote:
John,
I can see in many places html code with some strings not being translated _().
Is it intentional ?
I will be more precise:
lines 1689 - 1695.
Thanks Michal,

Its a typo on my part I put in the ( ... ) not the _( ... ) which I had intended to.

I will take a look at optimizing some of the string usage, taking Shawn's comments on board as well.

JR

Also I think we could reduce the translations for all html strings by following pattern: "some <html> text %(all)s some other %(something)s text" % {"all" : _("some string"), "something": _("some ohter string")}

best
Michal


best
Michal

jmr wrote:
Hi here is a webrev to update some of PM's search behavior, in particular when switching into All Publishers and when zero results are returned. This was driven by feedback from the usability studies.

webrev: http://cr.opensolaris.org/~jmr/pm_enhance_search_ui_11669_01Oct_510pm/ bug: 11669 Enhance handling of Search All Publishers to match current UI Spec

JR

From the bug:

When we switch into the All Publishers view currently the user sees an empty list, same is true if zero results are returned for All Publishers or any
Publisher. Change to match the spec are as follows:

- Switching to All Publishers, display a page in the List view location giving
users some help about the mode they are in.

- Searching in a publisher that returns zero results, display a page giving them some help. Also allow them to re-excute the search in All Publishers from
this page.

- Searching in All Publisher that returns zero results, display a page giving
them some help.
- Searching using * in All Publishers is not supported, display a page
explaining this to the user.


_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss




_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to