chore: list translators on donate page
This commit is contained in:
parent
160ec77bda
commit
b5c145a131
@ -19,6 +19,21 @@ const Contributors = [
|
|||||||
bech32ToHex("npub1vp8fdcyejd4pqjyrjk9sgz68vuhq7pyvnzk8j0ehlljvwgp8n6eqsrnpsw"), // samsamskies
|
bech32ToHex("npub1vp8fdcyejd4pqjyrjk9sgz68vuhq7pyvnzk8j0ehlljvwgp8n6eqsrnpsw"), // samsamskies
|
||||||
];
|
];
|
||||||
|
|
||||||
|
const Translators = [
|
||||||
|
bech32ToHex("npub179rec9sw2a5ngkr2wsjpjhwp2ksygjxn6uw5py9daj2ezhw3aw5swv3s6q"), // h3y6e - JA
|
||||||
|
bech32ToHex("npub1s8zws5frm94esxnp9v6zf7vk60m3hum3305n78sr73t78kleus7q8zpwna"), // middlingphys - JA
|
||||||
|
bech32ToHex("npub1z0ykz6lp3y8rjjntenns0ee02062g2f0n55u49w44xdemw35vcpsda5jhh"), // noraglyphs - JA
|
||||||
|
bech32ToHex("npub13wa880se2h3l54k7x76edrkrt4p94sh4q090974mt0z6n09qtntqxp47uk"), // numpad0 - JA
|
||||||
|
|
||||||
|
bech32ToHex("npub1ww8kjxz2akn82qptdpl7glywnchhkx3x04hez3d3rye397turrhssenvtp"), // Zoltan - HU
|
||||||
|
|
||||||
|
bech32ToHex("npub107jk7htfv243u0x5ynn43scq9wrxtaasmrwwa8lfu2ydwag6cx2quqncxg"), // verbiricha - ES
|
||||||
|
|
||||||
|
bech32ToHex("npub1x8dzy9xegwmdk2vy30l8u08caspcqq2yzncxehdsa6kvnte9pr3qnt8pg4"), // solobalbo - FR
|
||||||
|
|
||||||
|
bech32ToHex("npub1xwm9svxrlymymph0hka40zw9frg98m6adxmzcq26jhtm5gwlhjrshhgzfd"), // meitsjustme - ZH
|
||||||
|
];
|
||||||
|
|
||||||
interface Splits {
|
interface Splits {
|
||||||
pubKey: string;
|
pubKey: string;
|
||||||
split: number;
|
split: number;
|
||||||
@ -108,6 +123,12 @@ const DonatePage = () => {
|
|||||||
{Contributors.map(a => (
|
{Contributors.map(a => (
|
||||||
<ProfilePreview pubkey={a} key={a} actions={actions(a)} />
|
<ProfilePreview pubkey={a} key={a} actions={actions(a)} />
|
||||||
))}
|
))}
|
||||||
|
<h4>
|
||||||
|
<FormattedMessage defaultMessage="Translators" />
|
||||||
|
</h4>
|
||||||
|
{Translators.map(a => (
|
||||||
|
<ProfilePreview pubkey={a} key={a} actions={actions(a)} />
|
||||||
|
))}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
@ -50,6 +50,9 @@
|
|||||||
"3cc4Ct": {
|
"3cc4Ct": {
|
||||||
"string": "Light"
|
"string": "Light"
|
||||||
},
|
},
|
||||||
|
"3gOsZq": {
|
||||||
|
"string": "Translators"
|
||||||
|
},
|
||||||
"3xCwbZ": {
|
"3xCwbZ": {
|
||||||
"developer_comment": "Seperator text for Login / Generate Key",
|
"developer_comment": "Seperator text for Login / Generate Key",
|
||||||
"string": "OR"
|
"string": "OR"
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
"2IFGap": "Donate",
|
"2IFGap": "Donate",
|
||||||
"2k0Cv+": "Dislikes ({n})",
|
"2k0Cv+": "Dislikes ({n})",
|
||||||
"3cc4Ct": "Light",
|
"3cc4Ct": "Light",
|
||||||
|
"3gOsZq": "Translators",
|
||||||
"3xCwbZ": "OR",
|
"3xCwbZ": "OR",
|
||||||
"450Fty": "None",
|
"450Fty": "None",
|
||||||
"47FYwb": "Cancel",
|
"47FYwb": "Cancel",
|
||||||
|
@ -5,5 +5,3 @@ git:
|
|||||||
source_language: en
|
source_language: en
|
||||||
source_file: 'src/lang.json'
|
source_file: 'src/lang.json'
|
||||||
translation_files_expression: 'src/translations/<lang>.json'
|
translation_files_expression: 'src/translations/<lang>.json'
|
||||||
settings:
|
|
||||||
pr_branch_name: 'translations/<br_unique_id>'
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user