[ru] update

This commit is contained in:
Andrea Vos 2021-11-19 18:59:28 +01:00
parent ce0e1dedb9
commit 2acd4b6c2e
3 changed files with 7 additions and 4 deletions

View File

@ -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],
});
}

View File

@ -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:
-

View File

@ -10,6 +10,8 @@
</tr>
</thead>
<tbody>
<tr><td colspan="4" class="text-center">TABLE DISABLED UNTIL THE CONFIG IS CORRECT</td></tr>
<!--
<tr v-for="(description, pronoun) in t">
<th>
<nuxt-link :to="'/' + pronouns[pronoun].canonicalName">
@ -41,6 +43,7 @@
jest ładn<strong>{{pronouns[pronoun].morphemes.adjective_n}}</strong>
</td>
</tr>
-->
</tbody>
</table>
</div>