bug: fix msg extraction

This commit is contained in:
Kieran 2023-02-10 22:39:57 +00:00
parent fb4d7924fe
commit 72f63eeb61
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
2 changed files with 41 additions and 1 deletions

View File

@ -56,7 +56,7 @@
"build": "react-app-rewired build", "build": "react-app-rewired build",
"test": "react-app-rewired test", "test": "react-app-rewired test",
"eject": "react-scripts eject", "eject": "react-scripts eject",
"intl-extract": "formatjs extract **/messages.ts **/*.ts* --ignore='**/*.d.ts' --out-file src/lang.json --format transifex --flatten true", "intl-extract": "formatjs extract 'src/**/*.ts*' --ignore='**/*.d.ts' --out-file src/lang.json --format transifex --flatten true",
"intl-compile": "formatjs compile src/lang.json --out-file src/translations/en.json --format transifex", "intl-compile": "formatjs compile src/lang.json --out-file src/translations/en.json --format transifex",
"format": "prettier --write .", "format": "prettier --write .",
"eslint": "eslint .", "eslint": "eslint .",

View File

@ -50,6 +50,10 @@
"3cc4Ct": { "3cc4Ct": {
"string": "Light" "string": "Light"
}, },
"3xCwbZ": {
"developer_comment": "Seperator text for Login / Generate Key",
"string": "OR"
},
"450Fty": { "450Fty": {
"string": "None" "string": "None"
}, },
@ -77,6 +81,10 @@
"6ewQqw": { "6ewQqw": {
"string": "Likes ({n})" "string": "Likes ({n})"
}, },
"6tUqAb": {
"developer_comment": "Note about key security before generating a new key",
"string": "Generate a public / private key pair. Do not share your private key with anyone, this acts as your password. Once lost, it cannot be “reset” or recovered. Keep safe!"
},
"7+Domh": { "7+Domh": {
"string": "Notes" "string": "Notes"
}, },
@ -113,6 +121,10 @@
"9WRlF4": { "9WRlF4": {
"string": "Send" "string": "Send"
}, },
"9gqH2W": {
"developer_comment": "Login button",
"string": "Login"
},
"9wO4wJ": { "9wO4wJ": {
"string": "Lightning Invoice" "string": "Lightning Invoice"
}, },
@ -251,6 +263,10 @@
"LgbKvU": { "LgbKvU": {
"string": "Comment" "string": "Comment"
}, },
"LxY9tW": {
"developer_comment": "Button: Generate a new key",
"string": "Generate Key"
},
"M3Oirc": { "M3Oirc": {
"string": "Debug Menus" "string": "Debug Menus"
}, },
@ -299,6 +315,14 @@
"PrsIg7": { "PrsIg7": {
"string": "Reactions will be shown on every page, if disabled no reactions will be shown" "string": "Reactions will be shown on every page, if disabled no reactions will be shown"
}, },
"QTdJfH": {
"developer_comment": "Heading for generate key flow",
"string": "Create an Account"
},
"QxCuTo": {
"developer_comment": "Artwork attribution label",
"string": "Art by {name}"
},
"RDZVQL": { "RDZVQL": {
"string": "Check" "string": "Check"
}, },
@ -329,6 +353,10 @@
"VnXp8Z": { "VnXp8Z": {
"string": "Avatar" "string": "Avatar"
}, },
"VtPV/B": {
"developer_comment": "Login button for NIP7 key manager extension",
"string": "Login with Extension (NIP-07)"
},
"Vx7Zm2": { "Vx7Zm2": {
"string": "How do keys work?" "string": "How do keys work?"
}, },
@ -506,12 +534,20 @@
"nwZXeh": { "nwZXeh": {
"string": "{n} blocked" "string": "{n} blocked"
}, },
"o6Uy3d": {
"developer_comment": "Explanation for public key only login is read-only",
"string": "Only the secret key can be used to publish (sign events), everything else logs you in read-only mode."
},
"o7e+nJ": { "o7e+nJ": {
"string": "{n} followers" "string": "{n} followers"
}, },
"odFwjL": { "odFwjL": {
"string": "Follows only" "string": "Follows only"
}, },
"odhABf": {
"developer_comment": "Login header",
"string": "Login"
},
"osUr8O": { "osUr8O": {
"string": "You can also use these extensions to login to most Nostr sites." "string": "You can also use these extensions to login to most Nostr sites."
}, },
@ -587,6 +623,10 @@
"wEQDC6": { "wEQDC6": {
"string": "Edit" "string": "Edit"
}, },
"wLtRCF": {
"developer_comment": "Label for key input",
"string": "Your key"
},
"wih7iJ": { "wih7iJ": {
"string": "name is blocked" "string": "name is blocked"
}, },