Custom emojis: import/export functions documentation.
This commit is contained in:
@ -2911,6 +2911,39 @@ msgstr ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Title ###
|
||||
#: build/documentation/pot_in/documentation/user/streamers/emojis.md
|
||||
#, no-wrap
|
||||
msgid "Import / Export"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: build/documentation/pot_in/documentation/user/streamers/emojis.md
|
||||
msgid "On the channel configuration page, there are an \"{{% livechat_label action_import %}}\" and an \"{{% livechat_label action_export %}}\" button. The \"{{% livechat_label action_export %}}\" generated a file than you can then import on another channel."
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: build/documentation/pot_in/documentation/user/streamers/emojis.md
|
||||
msgid "You can also generate a file to import from any other source (for example you can import your Twitch custom emojis). The file must be a valid JSON file, using the following format:"
|
||||
msgstr ""
|
||||
|
||||
#. type: Fenced code block (json)
|
||||
#: build/documentation/pot_in/documentation/user/streamers/emojis.md
|
||||
#, no-wrap
|
||||
msgid ""
|
||||
"[\n"
|
||||
" {\n"
|
||||
" \"sn\": \":short_name\",\n"
|
||||
" \"url\": \"https://example.com/image.png\"\n"
|
||||
" }\n"
|
||||
"]\n"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: build/documentation/pot_in/documentation/user/streamers/emojis.md
|
||||
msgid "The `sn` attribute is the short name code. The `url` attribute can be any image url than your browser can access, or a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) representing the file you want to import."
|
||||
msgstr ""
|
||||
|
||||
#. type: Yaml Front Matter Hash Value: description
|
||||
#: support/documentation/content/en/documentation/user/streamers/_index.md
|
||||
#, no-wrap
|
||||
|
Reference in New Issue
Block a user