diff --git a/components/Header.vue b/components/Header.vue index 49ec7e41c..5c095577d 100644 --- a/components/Header.vue +++ b/components/Header.vue @@ -229,6 +229,7 @@ this.config.census && this.config.census.enabled ? '/' + this.config.census.route : '', this.config.inclusive.enabled ? '/' + this.config.inclusive.route : '', this.config.people && this.config.people.enabled ? '/' + this.config.people.route : '', + '/' + this.config.contact.team.route, ]; if (this.config.community) { @@ -255,7 +256,6 @@ link: '/' + this.config.contact.route, icon: 'comment-alt-smile', text: this.$t('contact.header'), - extra: ['/' + this.config.contact.team.route], }); } diff --git a/locale/ru/config.suml b/locale/ru/config.suml index 6ff041669..11a0d1c61 100644 --- a/locale/ru/config.suml +++ b/locale/ru/config.suml @@ -153,7 +153,7 @@ nouns: templates: true community: - route: 'calendar' + route: 'terminology' inclusive: enabled: false @@ -171,7 +171,7 @@ terminology: - 'язык' - 'влечение' - 'политические взгляды' - route: 'terminology ' + route: 'terminology' names: enabled: false @@ -180,7 +180,7 @@ people: enabled: false english: - enabled: false + enabled: true route: 'english' pronounGroups: - diff --git a/locale/ru/pronouns/EnglishTable.vue b/locale/ru/pronouns/EnglishTable.vue index bddc7d7a4..a8c71c87f 100644 --- a/locale/ru/pronouns/EnglishTable.vue +++ b/locale/ru/pronouns/EnglishTable.vue @@ -10,6 +10,8 @@ + TABLE DISABLED UNTIL THE CONFIG IS CORRECT +