forked from 0x2620/oxjs
add all untranslated Ox.UI strings to locale.de.json
This commit is contained in:
parent
04b132952e
commit
2560d503d7
3 changed files with 277 additions and 4 deletions
|
|
@ -226,8 +226,9 @@ Ox.AnnotationPanel = function(options, self) {
|
|||
isString ? [
|
||||
{},
|
||||
{id: 'annotation', title: annotationTitle, disabled: true},
|
||||
{id: 'find', title: Ox._('Find in This ') + pandora.site.itemName.singular},
|
||||
{id: 'findannotations', title: Ox._('Find in All {0}', pandora.site.itemName.plural)}
|
||||
//FIXME: pandora is not part of Ox.UI
|
||||
{id: 'find', title: Ox._('Find in This {0}', Ox._(pandora.site.itemName.singular))},
|
||||
{id: 'findannotations', title: Ox._('Find in All {0}', Ox._(pandora.site.itemName.plural))}
|
||||
] : []
|
||||
),
|
||||
maxWidth: 256,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue