mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
Fix and update translations
This commit is contained in:
@@ -1015,6 +1015,10 @@ new OCA.Search(search, function() {
|
||||
search('');
|
||||
});
|
||||
|
||||
Handlebars.registerHelper('SW', function(user) {
|
||||
return t('quicknotes', 'Shared with {user}', {user: user});
|
||||
});
|
||||
|
||||
|
||||
/*
|
||||
* Create modules
|
||||
|
||||
Reference in New Issue
Block a user