Ticket #1491 (closed defect: fixed)
Visible strings need internationalisation
Reported by: | dread | Owned by: | seanh |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ckan | Keywords: | |
Cc: | Repository: | ckan | |
Theme: | none |
Description
Sean spotted that some strings need internationalising, such as flash messages. Generally all strings that appear on the web front-end should be internationalised.
Particular places that need i18n:
- ckan/controllers/admin
- ckan/lib/base
Note: there are some exceptions, such as in i18n.py, very obscure error messages and stuff that only appears on the API.
NB: there is a cost in making a string internationalisable (all our volunteers have to translate it), so we should not be too zealous. We should also look at the i18n/ckan.pot to see if any of the existing strings can be reused.
Change History
Note: See
TracTickets for help on using
tickets.
I've finished some work on this ticket here, ready to be reviewed:
https://github.com/seanh/ckan/compare/defect-1491-visible-strings-need-internationalisation