chore: ttag extract

This commit is contained in:
Maël Gangloff 2024-08-05 03:43:02 +02:00
parent 588f779a6e
commit b983b1a00b
No known key found for this signature in database
GPG Key ID: 11FDC81C24A7F629
2 changed files with 6 additions and 1 deletions

View File

@ -35,7 +35,7 @@ export default function LoginPage() {
<Button type='link'
block
style={{marginTop: '1em'}}
onClick={toggleWantRegister}>{wantRegister ? 'Login' : 'Create an account'}</Button>
onClick={toggleWantRegister}>{wantRegister ? t`Log in` : t`Create an account`}</Button>
}
</Card.Grid>
<Card.Grid style={gridStyle} hoverable={false}>

View File

@ -352,6 +352,7 @@ msgstr ""
#: assets/components/Sider.tsx:120
#: assets/pages/LoginPage.tsx:30
#: assets/pages/LoginPage.tsx:38
msgid "Log in"
msgstr ""
@ -492,6 +493,10 @@ msgstr ""
msgid "Sorry, the page you visited does not exist."
msgstr ""
#: assets/pages/LoginPage.tsx:38
msgid "Create an account"
msgstr ""
#: assets/utils/providers/index.tsx:11
msgid ""
"Retrieve a set of tokens from your customer account on the Provider's "