From 635df15ff2e42424ffa6d1935ddd8e9829b24587 Mon Sep 17 00:00:00 2001
From: Julius Härtl <jus@bitgrid.net>
Date: Thu, 28 Mar 2019 15:30:28 +0100
Subject: Move translations to core
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Julius Härtl <jus@bitgrid.net>
---
 apps/files_sharing/src/views/CollaborationView.vue | 7 -------
 1 file changed, 7 deletions(-)

(limited to 'apps/files_sharing')

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: {
-- 
cgit v1.2.3