update yarn.lock and i18n (#7476)
* add hash to matrix-web-i18n dep, update i18n Signed-off-by: Kerry Archibald <kerrya@element.io> * remove hash from dep Signed-off-by: Kerry Archibald <kerrya@element.io>
This commit is contained in:
parent
42d6ff4195
commit
2b9eed5357
2 changed files with 10 additions and 1 deletions
|
@ -2979,6 +2979,15 @@
|
||||||
"Community %(groupId)s not found": "Community %(groupId)s not found",
|
"Community %(groupId)s not found": "Community %(groupId)s not found",
|
||||||
"This homeserver does not support communities": "This homeserver does not support communities",
|
"This homeserver does not support communities": "This homeserver does not support communities",
|
||||||
"Failed to load %(groupId)s": "Failed to load %(groupId)s",
|
"Failed to load %(groupId)s": "Failed to load %(groupId)s",
|
||||||
|
"Great, that'll help people know it's you": "Great, that'll help people know it's you",
|
||||||
|
"Add a photo so people know it's you.": "Add a photo so people know it's you.",
|
||||||
|
"Welcome %(name)s": "Welcome %(name)s",
|
||||||
|
"Now, let's help you get started": "Now, let's help you get started",
|
||||||
|
"Welcome to %(appName)s": "Welcome to %(appName)s",
|
||||||
|
"Own your conversations.": "Own your conversations.",
|
||||||
|
"Send a Direct Message": "Send a Direct Message",
|
||||||
|
"Explore Public Rooms": "Explore Public Rooms",
|
||||||
|
"Create a Group Chat": "Create a Group Chat",
|
||||||
"Upgrade to %(hostSignupBrand)s": "Upgrade to %(hostSignupBrand)s",
|
"Upgrade to %(hostSignupBrand)s": "Upgrade to %(hostSignupBrand)s",
|
||||||
"Open dial pad": "Open dial pad",
|
"Open dial pad": "Open dial pad",
|
||||||
"Public community": "Public community",
|
"Public community": "Public community",
|
||||||
|
|
|
@ -6176,7 +6176,7 @@ matrix-react-test-utils@^0.2.3:
|
||||||
|
|
||||||
"matrix-web-i18n@github:matrix-org/matrix-web-i18n":
|
"matrix-web-i18n@github:matrix-org/matrix-web-i18n":
|
||||||
version "1.1.2"
|
version "1.1.2"
|
||||||
resolved "https://codeload.github.com/matrix-org/matrix-web-i18n/tar.gz/e5c7071e0cdf715de87ef39dc8260e11d7add2f8"
|
resolved "https://codeload.github.com/matrix-org/matrix-web-i18n/tar.gz/a8a01807c057595948a6da3587516c46df77de18"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/parser" "^7.13.16"
|
"@babel/parser" "^7.13.16"
|
||||||
"@babel/traverse" "^7.13.17"
|
"@babel/traverse" "^7.13.17"
|
||||||
|
|
Loading…
Reference in a new issue