forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
1067b26c8b
commit
befd33b78f
119 changed files with 780 additions and 545 deletions
|
|
@ -71,7 +71,7 @@
|
|||
sorted.splice(10, sorted.length - 10)
|
||||
}
|
||||
const links = sorted.map(
|
||||
(kv) => `<a href="https://openstreetmap.org/user/${kv.name}" target="_blank">${kv.name}</a>`,
|
||||
(kv) => `<a href="https://openstreetmap.org/user/${kv.name}" target="_blank">${kv.name}</a>`
|
||||
)
|
||||
const contribs = links.join(", ")
|
||||
|
||||
|
|
@ -93,7 +93,7 @@
|
|||
|
||||
function codeContributors(
|
||||
contributors,
|
||||
translation: TypedTranslation<{ contributors; hiddenCount }>,
|
||||
translation: TypedTranslation<{ contributors; hiddenCount }>
|
||||
): Translation {
|
||||
const total = contributors.contributors.length
|
||||
let filtered = [...contributors.contributors]
|
||||
|
|
@ -150,39 +150,35 @@
|
|||
<Tr t={codeContributors(translators, t.translatedBy)} />
|
||||
</div>
|
||||
|
||||
<div class="flex items-center gap-x-2 mt-8 border-t border-gray-300 border-dashed pt-4 flex-col">
|
||||
<div class="flex w-96 mr-4">
|
||||
|
||||
<div class="mt-8 flex flex-col items-center gap-x-2 border-t border-dashed border-gray-300 pt-4">
|
||||
<div class="mr-4 flex w-96">
|
||||
<a href="https://nlnet.nl/entrust" class="p-2">
|
||||
|
||||
<NGI0Entrust_tag />
|
||||
</a>
|
||||
<a href="https://nlnet.nl" class="p-2">
|
||||
|
||||
<Nlnet />
|
||||
</a>
|
||||
</div>
|
||||
<span>
|
||||
<a href="https://nlnet.nl/entrust">
|
||||
<Tr t={t.ngiZero} />
|
||||
</a>
|
||||
,
|
||||
<a href="https://nlnet.nl">
|
||||
<Tr t={t.fundByNlNet} />
|
||||
</a>
|
||||
<a href="https://nlnet.nl/entrust">
|
||||
<Tr t={t.ngiZero} />
|
||||
</a>
|
||||
,
|
||||
<a href="https://nlnet.nl">
|
||||
<Tr t={t.fundByNlNet} />
|
||||
</a>
|
||||
<a href="https://ngi.eu">
|
||||
<Tr t={t.ngiProgram} />
|
||||
</a>
|
||||
<a href="https://nlnet.nl/project/Mapcomplete">
|
||||
<Tr t={t.nlNetMapComplete} />
|
||||
</a>
|
||||
<a href="https://nlnet.nl/project/Mapcomplete">
|
||||
<Tr t={t.nlNetMapComplete} />
|
||||
</a>
|
||||
</span>
|
||||
<div class="mt-8">
|
||||
|
||||
<a class="button flex gap-x-2" href="https://liberapay.com/pietervdvn/" target="_blank">
|
||||
<Liberapay class="h-8 w-8" />
|
||||
<Tr t={Translations.t.general.attribution.donate} />
|
||||
</a>
|
||||
<a class="button flex gap-x-2" href="https://liberapay.com/pietervdvn/" target="_blank">
|
||||
<Liberapay class="h-8 w-8" />
|
||||
<Tr t={Translations.t.general.attribution.donate} />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue