[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.census && this.config.census.enabled ? '/' + this.config.census.route : '',
this.config.inclusive.enabled ? '/' + this.config.inclusive.route : '', this.config.inclusive.enabled ? '/' + this.config.inclusive.route : '',
this.config.people && this.config.people.enabled ? '/' + this.config.people.route : '', this.config.people && this.config.people.enabled ? '/' + this.config.people.route : '',
'/' + this.config.contact.team.route,
]; ];
if (this.config.community) { if (this.config.community) {
@ -255,7 +256,6 @@
link: '/' + this.config.contact.route, link: '/' + this.config.contact.route,
icon: 'comment-alt-smile', icon: 'comment-alt-smile',
text: this.$t('contact.header'), text: this.$t('contact.header'),
extra: ['/' + this.config.contact.team.route],
}); });
} }

View File

@ -153,7 +153,7 @@ nouns:
templates: true templates: true
community: community:
route: 'calendar' route: 'terminology'
inclusive: inclusive:
enabled: false enabled: false
@ -171,7 +171,7 @@ terminology:
- 'язык' - 'язык'
- 'влечение' - 'влечение'
- 'политические взгляды' - 'политические взгляды'
route: 'terminology ' route: 'terminology'
names: names:
enabled: false enabled: false
@ -180,7 +180,7 @@ people:
enabled: false enabled: false
english: english:
enabled: false enabled: true
route: 'english' route: 'english'
pronounGroups: pronounGroups:
- -

View File

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