mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
Translate placeholders...
This commit is contained in:
@@ -972,7 +972,7 @@ View.prototype = {
|
||||
]
|
||||
},
|
||||
placeholder: {
|
||||
text: 'Create a note…',
|
||||
text: t('quicknotes', 'Create a note…'),
|
||||
hideOnClick: false
|
||||
},
|
||||
autoLink: true,
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/**
|
||||
* This is a fake script just to translate the strings inside handlebars.
|
||||
*/
|
||||
p($l->t('Title'));
|
||||
p($l->t('Delete attachment'));
|
||||
p($l->t('Attach file'));
|
||||
p($l->t('Shared'));
|
||||
|
||||
Reference in New Issue
Block a user