Custom Query (2152 matches)
Results (325 - 327 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2276 | fixed | Upgrade Slovakia CKAN instance | seanh | seanh |
#2288 | wontfix | Fix i18n of strings on auth group add/edit pages | seanh | |
Description |
There are a couple of strings on the authorization group add/edit form that are not being translated: "Name: Please enter a value" (error message when you try to add an auth group with no name) "User name" "Save" button The form seems to be built using FormBuilder?. See ckan/forms/authorizationgroup.py, builder.set_displayed_fields() |
|||
#2289 | fixed | Flash messages are not being translated? | toby | seanh |
Description |
There are a couple of flash messages in ckan/controllers/user.py that show up in English, even if another language is in use, and even though the strings are marked for translation with gettext and have translations in the po and mo files: "[USER NAME] is now logged in" "Login failed. Bad username or password. (Or if using OpenID, it hasn't been associated with a user account.)" |