From 0840acb4e8dd7ba84f44d4b000e09df2980929b1 Mon Sep 17 00:00:00 2001 From: Andrea Vos Date: Wed, 17 Aug 2022 19:34:58 +0200 Subject: [PATCH] fix expected translations --- locale/expectedTranslations.js | 44 +++++++++++++++++----------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/locale/expectedTranslations.js b/locale/expectedTranslations.js index ba1f6df71..8336d4a5a 100644 --- a/locale/expectedTranslations.js +++ b/locale/expectedTranslations.js @@ -24,26 +24,26 @@ export default [ 'translationMode.commit', 'translationMode.revert', 'translationMode.pause', - 'contribute.header', - 'contribute.intro', - 'contribute.entries.header', - 'contribute.entries.description', - 'contribute.translations.header', - 'contribute.translations.description', - 'contribute.version.header', - 'contribute.version.description', - 'contribute.technical.header', - 'contribute.technical.description', - 'contribute.technical.footer', - 'stats.header', - 'stats.overall', - 'stats.current', - 'stats.keys.users', - 'stats.keys.cards', - 'stats.keys.visitors', - 'stats.keys.pageviews', - 'stats.keys.realTimeVisitors', - 'stats.keys.visitDuration', - 'stats.keys.update', - 'stats.keys.responseTime', + 'contact.contribute.header', + 'contact.contribute.intro', + 'contact.contribute.entries.header', + 'contact.contribute.entries.description', + 'contact.contribute.translations.header', + 'contact.contribute.translations.description', + 'contact.contribute.version.header', + 'contact.contribute.version.description', + 'contact.contribute.technical.header', + 'contact.contribute.technical.description', + 'contact.contribute.technical.footer', + 'footer.stats.header', + 'footer.stats.overall', + 'footer.stats.current', + 'footer.stats.keys.users', + 'footer.stats.keys.cards', + 'footer.stats.keys.visitors', + 'footer.stats.keys.pageviews', + 'footer.stats.keys.realTimeVisitors', + 'footer.stats.keys.visitDuration', + 'footer.stats.keys.update', + 'footer.stats.keys.responseTime', ];