"Stickerpack" translation.

This commit is contained in:
Richard Lewis 2018-03-29 17:47:53 +01:00
parent c8f9586c9b
commit 6181ca642f
2 changed files with 2 additions and 1 deletions

View file

@ -125,7 +125,7 @@ export default class Stickerpicker extends React.Component {
// Load stickerpack content
if (stickerpickerWidget && stickerpickerWidget.content && stickerpickerWidget.content.url) {
// Set default name
stickerpickerWidget.content.name = stickerpickerWidget.name || "Stickerpack";
stickerpickerWidget.content.name = stickerpickerWidget.name || _t("Stickerpack");
this.widgetId = stickerpickerWidget.id;
stickersContent = (

View file

@ -256,6 +256,7 @@
"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.",
"Add a widget": "Add a widget",
"Stickerpack": "Stickerpack",
"You don't currently have any stickerpacks enabled": "You don't currently have any stickerpacks enabled",
"Click": "Click",
"here": "here",