mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 17:45:52 -05:00
Merge pull request #5915 from chrisgarrity/issue/5912-no-conf-tx
Fix tx-push script for conference 2021 page
This commit is contained in:
commit
d72f5f7c79
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ if (args[0] === '--execute') {
|
|||
const overrides = {
|
||||
'src/views/teachers/faq/l10n.json': 'teacher-faq-l10njson',
|
||||
'src/views/teachers/landing/l10n.json': 'educator-landing-l10njson',
|
||||
'src/views/conference/2020/index/l10n.json': 'conference-index-2020-l10njson',
|
||||
'src/views/conference/2021/index/l10n.json': 'conference-index-2021-l10njson',
|
||||
'src/views/conference/2019/index/l10n.json': 'conference-index-2019-l10njson',
|
||||
'src/views/conference/2017/index/l10n.json': 'conference-index-2017-l10njson'
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue