Fix a number of cases where strings were not properly marked for translation.

This commit is contained in:
Alexander Lakhin
2017-11-03 13:10:42 +00:00
committed by Dave Page
parent f73ce2dfc3
commit 1f23838a4c
32 changed files with 1585 additions and 719 deletions

View File

@@ -80,7 +80,7 @@ define('misc.depends', [
columns: [
{
name : 'type',
label: 'Type',
label: gettext('Type'),
// Extend it to render the icon as per the type.
cell: Backgrid.Cell.extend({
render: function() {
@@ -93,7 +93,7 @@ define('misc.depends', [
},
{
name : 'name',
label: 'Name',
label: gettext('Name'),
cell: 'string',
editable: false
},