Merged in feat/lokalise-rebuild (pull request #2993)

Feat/lokalise rebuild

* chore(lokalise): update translation ids

* chore(lokalise): easier to switch between projects

* chore(lokalise): update translation ids

* .

* .

* .

* .

* .

* .

* chore(lokalise): update translation ids

* chore(lokalise): update translation ids

* .

* .

* .

* chore(lokalise): update translation ids

* chore(lokalise): update translation ids

* .

* .

* chore(lokalise): update translation ids

* chore(lokalise): update translation ids

* chore(lokalise): new translations

* merge

* switch to errors for missing id's

* merge

* sync translations


Approved-by: Linus Flood
This commit is contained in:
Joakim Jäderberg
2025-10-22 11:00:03 +00:00
parent bdfe2ab213
commit aafad9781f
499 changed files with 93363 additions and 99164 deletions

View File

@@ -57,6 +57,7 @@ export default async function Profile() {
addressParts.length > 0
? addressParts.join(", ")
: intl.formatMessage({
id: "common.NA",
defaultMessage: "N/A",
})
@@ -72,6 +73,7 @@ export default async function Profile() {
<Typography variant="Title/xs">
<h2 className={styles.title}>
{intl.formatMessage({
id: "common.welcome",
defaultMessage: "Welcome",
})}
<br />
@@ -87,6 +89,7 @@ export default async function Profile() {
typography="Body/Supporting text (caption)/smBold"
>
{intl.formatMessage({
id: "myPages.editProfile",
defaultMessage: "Edit profile",
})}
</ButtonLink>
@@ -100,6 +103,7 @@ export default async function Profile() {
<Typography variant="Body/Paragraph/mdBold">
<p>
{intl.formatMessage({
id: "myPages.dateOfBirth",
defaultMessage: "Date of birth",
})}
</p>
@@ -113,6 +117,7 @@ export default async function Profile() {
<Typography variant="Body/Paragraph/mdBold">
<p>
{intl.formatMessage({
id: "common.phoneNumber",
defaultMessage: "Phone number",
})}
</p>
@@ -126,6 +131,7 @@ export default async function Profile() {
<Typography variant="Body/Paragraph/mdBold">
<p>
{intl.formatMessage({
id: "common.language",
defaultMessage: "Language",
})}
</p>
@@ -139,6 +145,7 @@ export default async function Profile() {
<Typography variant="Body/Paragraph/mdBold">
<p>
{intl.formatMessage({
id: "common.email",
defaultMessage: "Email",
})}
</p>
@@ -152,6 +159,7 @@ export default async function Profile() {
<Typography variant="Body/Paragraph/mdBold">
<p>
{intl.formatMessage({
id: "common.address",
defaultMessage: "Address",
})}
</p>
@@ -165,6 +173,7 @@ export default async function Profile() {
<Typography variant="Body/Paragraph/mdBold">
<p>
{intl.formatMessage({
id: "common.password",
defaultMessage: "Password",
})}
</p>