mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #16638 from owncloud/fix-handlebars-l10n-method-calls
Fix files_external l10n
This commit is contained in:
commit
88ee082115
1 changed files with 10 additions and 0 deletions
|
|
@ -32,6 +32,16 @@ var MOUNT_OPTIONS_DROPDOWN_TEMPLATE =
|
|||
' </div>' +
|
||||
'</div>';
|
||||
|
||||
/* TODO the current l10n extrator can't handle JS functions within handlebar
|
||||
templates therefore they are duplicated here
|
||||
t("files_external", "Enable encryption")
|
||||
t("files_external", "Enable previews")
|
||||
t("files_external", "Check for changes")
|
||||
t("files_external", "Never")
|
||||
t("files_external", "Once every direct access")
|
||||
t("files_external", "Every time the filesystem is used")
|
||||
*/
|
||||
|
||||
/**
|
||||
* Returns the selection of applicable users in the given configuration row
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue