Skip to content

Commit bf305f7

Browse files
committed
Upgrade matrix-web-i18n to use matrix prefixed binaries
1 parent 86c61ca commit bf305f7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
],
2828
"style": "bundle.css",
2929
"scripts": {
30-
"i18n": "gen-i18n",
31-
"prunei18n": "prune-i18n",
32-
"diff-i18n": "cp src/i18n/strings/en_EN.json src/i18n/strings/en_EN_orig.json && gen-i18n && compare-i18n-files src/i18n/strings/en_EN_orig.json src/i18n/strings/en_EN.json",
30+
"i18n": "matrix-gen-i18n",
31+
"prunei18n": "matrix-prune-i18n",
32+
"diff-i18n": "cp src/i18n/strings/en_EN.json src/i18n/strings/en_EN_orig.json && matrix-gen-i18n && matrix-compare-i18n-files src/i18n/strings/en_EN_orig.json src/i18n/strings/en_EN.json",
3333
"reskindex": "reskindex -h src/header",
3434
"reskindex:watch": "reskindex -h src/header -w",
3535
"reskindex:watch-react": "node scripts/yarn-sub.js matrix-react-sdk reskindex:watch",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7713,8 +7713,8 @@ matrix-react-test-utils@^0.2.2:
77137713
integrity sha512-49+7gfV6smvBIVbeloql+37IeWMTD+fiywalwCqk8Dnz53zAFjKSltB3rmWHso1uecLtQEcPtCijfhzcLXAxTQ==
77147714

77157715
"matrix-web-i18n@github:matrix-org/matrix-web-i18n":
7716-
version "1.1.1"
7717-
resolved "https://codeload.github.com/matrix-org/matrix-web-i18n/tar.gz/68ea0c57b6c74c40df6419eb5ac0fa8945ff8a75"
7716+
version "1.1.2"
7717+
resolved "https://codeload.github.com/matrix-org/matrix-web-i18n/tar.gz/63f9119bc0bc304e83d4e8e22364caa7850e7671"
77187718
dependencies:
77197719
"@babel/parser" "^7.13.16"
77207720
"@babel/traverse" "^7.13.17"

0 commit comments

Comments
 (0)