Translate placeholders...

This commit is contained in:
Matias De lellis
2022-05-18 22:47:32 -03:00
parent 10cd724f91
commit 54b372dad7
2 changed files with 2 additions and 1 deletions

View File

@@ -972,7 +972,7 @@ View.prototype = {
] ]
}, },
placeholder: { placeholder: {
text: 'Create a note…', text: t('quicknotes', 'Create a note…'),
hideOnClick: false hideOnClick: false
}, },
autoLink: true, autoLink: true,

View File

@@ -2,6 +2,7 @@
/** /**
* This is a fake script just to translate the strings inside handlebars. * This is a fake script just to translate the strings inside handlebars.
*/ */
p($l->t('Title'));
p($l->t('Delete attachment')); p($l->t('Delete attachment'));
p($l->t('Attach file')); p($l->t('Attach file'));
p($l->t('Shared')); p($l->t('Shared'));