diff --git a/src/lang/en.js b/src/lang/en.js
index c7903c68..a84a4ec3 100644
--- a/src/lang/en.js
+++ b/src/lang/en.js
@@ -323,7 +323,14 @@ export default {
packs: 'Packs',
remotePacks: 'Remote packs',
remoteInstanceAddress: 'Remote instance address',
- refreshRemote: 'Refresh remote packs'
+ refreshRemote: 'Refresh remote packs',
+ sharePack: 'Share pack',
+ homepage: 'Homepage',
+ description: 'Description',
+ license: 'License',
+ fallbackSrc: 'Fallback source',
+ fallbackSrcSha: 'Fallback source SHA',
+ savePackMetadata: 'Save pack metadata'
},
invites: {
inviteTokens: 'Invite tokens',
diff --git a/src/views/emojiPacks/components/EmojiPack.vue b/src/views/emojiPacks/components/EmojiPack.vue
index d29ea9b2..71708ee3 100644
--- a/src/views/emojiPacks/components/EmojiPack.vue
+++ b/src/views/emojiPacks/components/EmojiPack.vue
@@ -1,111 +1,56 @@
-
-
{{ name }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ pack.pack["fallback-src-sha256"] }}
-
-
-
Save pack metadata
-
-
-
-
-
- Manage existing emoji
-
-
-
-
-
-
-
- This will download the "{{ name }}" pack to the current instance under the name
- "{{ downloadSharedAs.trim() === '' ? name : downloadSharedAs }}" (can be changed below).
- It will then be usable and shareable from the current instance.
-
-
-
- Download shared pack to current instance
-
-
-
-
-
-
- Download pack archive
-
-
-
-
- Delete the local pack
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ pack.pack["fallback-src-sha256"] }}
+
+
+ {{ $t('settings.savePackMetadata') }}
+
+
+
diff --git a/src/views/emojiPacks/index.vue b/src/views/emojiPacks/index.vue
index c798f8b5..41854e70 100644
--- a/src/views/emojiPacks/index.vue
+++ b/src/views/emojiPacks/index.vue
@@ -24,11 +24,10 @@
-
-
+
+
-
-
+
@@ -44,11 +43,10 @@
-
-
+
+
-
-
+
@@ -62,7 +60,9 @@ export default {
data() {
return {
remoteInstanceAddress: '',
- newPackName: ''
+ newPackName: '',
+ activeLocalPack: '',
+ activeRemotePack: ''
}
},
computed: {