"Stickerpack" translation.
This commit is contained in:
parent
c8f9586c9b
commit
6181ca642f
2 changed files with 2 additions and 1 deletions
|
@ -125,7 +125,7 @@ export default class Stickerpicker extends React.Component {
|
||||||
// Load stickerpack content
|
// Load stickerpack content
|
||||||
if (stickerpickerWidget && stickerpickerWidget.content && stickerpickerWidget.content.url) {
|
if (stickerpickerWidget && stickerpickerWidget.content && stickerpickerWidget.content.url) {
|
||||||
// Set default name
|
// Set default name
|
||||||
stickerpickerWidget.content.name = stickerpickerWidget.name || "Stickerpack";
|
stickerpickerWidget.content.name = stickerpickerWidget.name || _t("Stickerpack");
|
||||||
this.widgetId = stickerpickerWidget.id;
|
this.widgetId = stickerpickerWidget.id;
|
||||||
|
|
||||||
stickersContent = (
|
stickersContent = (
|
||||||
|
|
|
@ -256,6 +256,7 @@
|
||||||
"Cannot add any more widgets": "Cannot add any more widgets",
|
"Cannot add any more widgets": "Cannot add any more widgets",
|
||||||
"The maximum permitted number of widgets have already been added to this room.": "The maximum permitted number of widgets have already been added to this room.",
|
"The maximum permitted number of widgets have already been added to this room.": "The maximum permitted number of widgets have already been added to this room.",
|
||||||
"Add a widget": "Add a widget",
|
"Add a widget": "Add a widget",
|
||||||
|
"Stickerpack": "Stickerpack",
|
||||||
"You don't currently have any stickerpacks enabled": "You don't currently have any stickerpacks enabled",
|
"You don't currently have any stickerpacks enabled": "You don't currently have any stickerpacks enabled",
|
||||||
"Click": "Click",
|
"Click": "Click",
|
||||||
"here": "here",
|
"here": "here",
|
||||||
|
|
Loading…
Reference in a new issue