mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-28 07:20:49 -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.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],
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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:
|
||||||
-
|
-
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user