Some features don't work with anything other than english language locale
BogdanN - November 2, 2009 - 11:37
| Project: | Taxonomy Manager |
| Version: | 6.x-2.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
The forms use translated versions of strings for buttons. When the button is clicked, it's value is submitted, so whenever the code checks for a certain operation, it checks for the English string, not the translated one. Please replace with t($myString) whenever a check like $op == $myString is found.
