mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-23 03:23:05 +00:00
po list
This commit is contained in:
parent
a2fbc43705
commit
38bd14a6ed
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@
|
||||||
<h1 class="title is-3">{{ $t("Modules.About.TranslationBetaTestersTitle") }}</h1>
|
<h1 class="title is-3">{{ $t("Modules.About.TranslationBetaTestersTitle") }}</h1>
|
||||||
<h2 class="subtitle">{{ $t("Modules.About.TranslationBetaTestersText") }}</h2>
|
<h2 class="subtitle">{{ $t("Modules.About.TranslationBetaTestersText") }}</h2>
|
||||||
<div>
|
<div>
|
||||||
<span v-for="po in poTranslators" :key="po.name">{{ po.name }} </span>
|
<span v-for="(po) in poTranslators" :key="po.name">
|
||||||
|
{{ po.name }} </span>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
<h1 class="title is-5">{{ $t("Modules.About.PlexPoCredits") }}</h1>
|
<h1 class="title is-5">{{ $t("Modules.About.PlexPoCredits") }}</h1>
|
||||||
|
|
Loading…
Reference in a new issue