mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-26 14:32:04 -04:00
[ru] update
This commit is contained in:
parent
ce0e1dedb9
commit
2acd4b6c2e
@ -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],
|
||||
});
|
||||
}
|
||||
|
||||
|
@ -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:
|
||||
-
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user