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

@@ -19,6 +19,7 @@ export default function ManagePreferencesButton() {
} else {
toast.error(
intl.formatMessage({
id: "profile.managePreferences.communicationPreferencesUnavailable",
defaultMessage:
"It's not possible to manage your communication preferences right now. Please try again later or contact support if the problem persists.",
})
@@ -28,6 +29,7 @@ export default function ManagePreferencesButton() {
onError: () => {
toast.error(
intl.formatMessage({
id: "profile.managePreferences.error",
defaultMessage:
"An error occurred trying to manage your preferences, please try again later.",
})
@@ -47,6 +49,7 @@ export default function ManagePreferencesButton() {
>
<MaterialIcon icon="arrow_forward" color="CurrentColor" />
{intl.formatMessage({
id: "profile.managePreferences.title",
defaultMessage: "Manage preferences",
})}
</Button>