Ticket #1491 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

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

comment:1 Changed 2 years ago by seanh

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

comment:2 Changed 2 years ago by seanh

  • Status changed from new to closed
  • Resolution set to fixed

Merged into master

comment:3 Changed 2 years ago by dread

went into CKAN 1.6

Note: See TracTickets for help on using tickets.