Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit aee6247

Browse files
authored
Switch to nested object pluralisation format for i18n files (#11412)
1 parent 523e691 commit aee6247

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+11874
-6240
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
"jsqr": "^1.4.0",
212212
"mailhog": "^4.16.0",
213213
"matrix-mock-request": "^2.5.0",
214-
"matrix-web-i18n": "^1.4.0",
214+
"matrix-web-i18n": "^2.0.0",
215215
"mocha-junit-reporter": "^2.2.0",
216216
"node-fetch": "2",
217217
"postcss-scss": "^4.0.4",

scripts/check-i18n.pl

Lines changed: 0 additions & 192 deletions
This file was deleted.

scripts/fix-i18n.pl

Lines changed: 0 additions & 114 deletions
This file was deleted.

scripts/fixup-imports.pl

Lines changed: 0 additions & 27 deletions
This file was deleted.

sonar-project.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ sonar.sources=src,res
88
sonar.tests=test,cypress
99
sonar.exclusions=__mocks__,docs
1010

11+
sonar.cpd.exclusions=src/i18n/strings/*.json
1112
sonar.typescript.tsconfigPath=./tsconfig.json
1213
sonar.javascript.lcov.reportPaths=coverage/lcov.info
1314
sonar.coverage.exclusions=test/**/*,cypress/**/*,src/components/views/dialogs/devtools/**/*

0 commit comments

Comments
 (0)