Posted by yugene on December 18, 2009 at 2:38pm
Jump to:
| Project: | Views |
| Version: | 6.x-2.8 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | yugene |
| Status: | closed (fixed) |
Issue Summary
views_handler_filter.inc
$any_label = variable_get('views_exposed_filter_any_label', 'old_any') == 'old_any' ? '' : t('- Any -'); [position 469:94]]
Comments
#1
This is not a bug, it was a decision: #348130: Can't translate <Any>
#2
There's a setting to change the use of
<Any>to- Any -which is translatable. Use that.#3
Sorry, but where is the setting? I can't find it.
Regards.
#4
Macarro,
it's located under "Site building > Views > Tools"
on the bottom of the page you'll find the option that says: "Label for "Any" value on optional single-select exposed filters:"
#5
Thanks, Fat Pixel, I've translated it now.
Weird thing is I already had it translated to "<< Cualquiera >>" in spanish since I can choose it in the drop-down list but it didn't work.
Anyway, "- Cualquiera -" is also fine.
#6
I was just going to file a bug about this, but fortunately I did a search before submitting and not only did I find that this issue already existed, I also learned about the Views > Tools option which I had no idea existed. Thanks!
#7
>>it's located under "Site building > Views > Tools"
Thank you for this hint!
#8
thanks for the tip!
when i installed views i didnt know what it meant.
i put closed(fixed) since you made a solution for this.
also for people having the problem not to fill a new issue.
i hope it is ok...
thanks a lot :)