feat: support import of Emoji packs as zip file
Signed-off-by: The one with the braid <the-one@with-the-braid.cf> Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
This commit is contained in:
parent
54ea513f36
commit
0c70017cd8
6 changed files with 493 additions and 4 deletions
|
|
@ -14,6 +14,21 @@
|
|||
"min": {}
|
||||
}
|
||||
},
|
||||
"notAnImage": "Not an image file.",
|
||||
"remove": "Replace",
|
||||
"importNow": "Import now",
|
||||
"importEmojis": "Import Emojis",
|
||||
"importFromZipFile": "Import from .zip file",
|
||||
"importZipFile": "Import .zip file",
|
||||
"exportEmotePack": "Export Emote pack as .zip",
|
||||
"replace": "Replace",
|
||||
"savedEmotePack": "Saved emote pack to {path}!",
|
||||
"@savedEmotePack": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
"path": {}
|
||||
}
|
||||
},
|
||||
"about": "About",
|
||||
"@about": {
|
||||
"type": "text",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue