diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-27 16:31:40 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-05-27 16:31:40 +0200 |
commit | 2cc0b82d77dff80b5b740795b7dc8ce1b3efa332 (patch) | |
tree | 105b145b65469af5a92df5a21b3f6685405fa7ec /client/tsconfig.base.json | |
parent | c215e627b575d2c4085ccb222f4ca8d0237b7552 (diff) | |
download | PeerTube-2cc0b82d77dff80b5b740795b7dc8ce1b3efa332.tar.gz PeerTube-2cc0b82d77dff80b5b740795b7dc8ce1b3efa332.tar.zst PeerTube-2cc0b82d77dff80b5b740795b7dc8ce1b3efa332.zip |
Revert "Migrate i18n messages to new format"
This reverts commit cedbdbfeabf14f5d6cd9d91190f0eebdf774bd72.
Diffstat (limited to 'client/tsconfig.base.json')
-rw-r--r-- | client/tsconfig.base.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/tsconfig.base.json b/client/tsconfig.base.json index f7d52f7f4..68e902d26 100644 --- a/client/tsconfig.base.json +++ b/client/tsconfig.base.json | |||
@@ -43,6 +43,6 @@ | |||
43 | "strictInjectionParameters": true, | 43 | "strictInjectionParameters": true, |
44 | "fullTemplateTypeCheck": true, | 44 | "fullTemplateTypeCheck": true, |
45 | "strictTemplates": true, | 45 | "strictTemplates": true, |
46 | "enableI18nLegacyMessageIdFormat": false | 46 | "enableI18nLegacyMessageIdFormat": true |
47 | } | 47 | } |
48 | } | 48 | } |