Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (151 - 153 of 2152)

Ticket Resolution Summary Owner Reporter
#2774 fixed Provide a method of passing localised strings into the JavaScript toby aron.carroll

Reported by aron.carroll, 21 months ago.

Description

We need to be able to do the following:

  • Rip the localised strings from the JavaScript? source code. These are strings that look like _('String'), translate('String') and isPlural('String') .
  • An endpoint that provides the translations in the correct locale for the user.
  • The endpoint should provide the locale as JSON (possibly using http://jsgettext.berlios.de/doc/html/po2json.html or similar tool)

The JavaScript? can then read this file on page load.

#2787 fixed Ensure templates_legacy directory is loaded for extensions toby aron.carroll

Reported by aron.carroll, 21 months ago.

Description

Currently the stats plugin has a template and templates_legacy directory. We need to ensure that the templates in templates_legacy are loaded.

#2799 fixed Translations for demo not picking up {% trans %} blocks toby aron.carroll

Reported by aron.carroll, 21 months ago.

Description

Also they seem to be missing the odd _() block. Such in the new package form.

https://github.com/okfn/ckan/blob/2375-demo-theme-development/ckan/templates/package/snippets/package_form.html#L44

Note: See TracQuery for help on using queries.