This commit is contained in:
Mirco Wittrien 2020-02-09 17:36:34 +01:00
parent bbfafbcc67
commit 33b1f3641c
2 changed files with 7 additions and 3 deletions

View File

@ -4556,9 +4556,11 @@
translating: "translating-Yi-YxC"
};
DiscordClassModules.ImageGallery = {
icon: "icon-QY6cR4",
gallery: "gallery-JViwKR",
next: "next-SHEZrz",
previous: "previous-xsNq6B",
next: "next-SHEZrz"
sibling: "sibling-6vI7Pu"
};
DiscordClassModules.ImageZoom = {
backdrop: "lenseBackdrop-yEm7Om",
@ -4864,8 +4866,10 @@
_emojistatisticsiconcell: ["EmojiStatistics", "iconCell"],
_emojistatisticsnamecell: ["EmojiStatistics", "nameCell"],
_imagegallerygallery: ["ImageGallery", "gallery"],
_imagegalleryprevious: ["ImageGallery", "previous"],
_imagegalleryicon: ["ImageGallery", "icon"],
_imagegallerynext: ["ImageGallery", "next"],
_imagegalleryprevious: ["ImageGallery", "previous"],
_imagegallerysibling: ["ImageGallery", "sibling"],
_imagezoombackdrop: ["ImageZoom", "backdrop"],
_imagezoomimagemodal: ["ImageZoom", "modal"],
_imagezoomlense: ["ImageZoom", "lense"],

File diff suppressed because one or more lines are too long