diff options
author | Julius Härtl <jus@bitgrid.net> | 2019-03-28 15:30:28 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2019-03-28 15:47:19 +0100 |
commit | 635df15ff2e42424ffa6d1935ddd8e9829b24587 (patch) | |
tree | 958972682804dcbe5f203978d2bf31175a1a2497 /apps | |
parent | cfa6c7cb7191b88622264b011f529dc18f625d9b (diff) | |
download | nextcloud-server-635df15ff2e42424ffa6d1935ddd8e9829b24587.tar.gz nextcloud-server-635df15ff2e42424ffa6d1935ddd8e9829b24587.zip |
Move translations to core
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_sharing/src/views/CollaborationView.vue | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/apps/files_sharing/src/views/CollaborationView.vue b/apps/files_sharing/src/views/CollaborationView.vue index 9049db9f635..6ecc43710c4 100644 --- a/apps/files_sharing/src/views/CollaborationView.vue +++ b/apps/files_sharing/src/views/CollaborationView.vue @@ -27,13 +27,6 @@ <script> import { CollectionList } from 'nextcloud-vue-collections' - /** - * Those translations will be used by the vue component but they should be shipped with the server - * t('files_sharing', 'Add to a collection') - * t('files_sharing', 'Details') - * t('files_sharing', 'Rename collection') - */ - export default { name: 'CollaborationView', computed: { |