mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-26 22:43:06 -04:00
[sources] fix references to unpublished languages
This commit is contained in:
parent
7e12bac66f
commit
61cc1c6a57
@ -76,7 +76,7 @@
|
||||
</button>
|
||||
</p>
|
||||
<ul v-if="versionsShown">
|
||||
<li v-for="version in source.versions">
|
||||
<li v-for="version in source.versions" v-if="locales[version.locale] !== undefined">
|
||||
<h4 class="h6 mb-2">
|
||||
<strong>
|
||||
<a :href="`${locales[version.locale].url}/${version.pronouns[0]}`" target="_blank" rel="noopener">{{locales[version.locale].name}}</a>:
|
||||
|
Loading…
x
Reference in New Issue
Block a user