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:
+2
@@ -35,6 +35,7 @@ export default function ProgressSection({
|
||||
value={progress.percentage}
|
||||
aria-label={intl.formatMessage(
|
||||
{
|
||||
id: "myPages.levelProgressWithPointsEarned",
|
||||
defaultMessage:
|
||||
"Level progress: {earned} of {total} points earned",
|
||||
},
|
||||
@@ -68,6 +69,7 @@ export default function ProgressSection({
|
||||
>
|
||||
{intl.formatMessage(
|
||||
{
|
||||
id: "myPages.pointsLeftToKeepLevel",
|
||||
defaultMessage:
|
||||
"{pointsAmount} <points>POINTS</points> <support>left to keep level</support>",
|
||||
},
|
||||
|
||||
@@ -23,6 +23,7 @@ export default async function StatsSection({
|
||||
<Typography variant="Title/Overline/sm">
|
||||
<span className={styles.label}>
|
||||
{intl.formatMessage({
|
||||
id: "myPages.pointsEarned",
|
||||
defaultMessage: "Points earned",
|
||||
})}
|
||||
</span>
|
||||
@@ -48,6 +49,7 @@ export default async function StatsSection({
|
||||
<Typography variant="Title/Overline/sm">
|
||||
<span className={styles.label}>
|
||||
{intl.formatMessage({
|
||||
id: "myPages.leftToLevelUp",
|
||||
defaultMessage: "Left to level up",
|
||||
})}
|
||||
</span>
|
||||
|
||||
@@ -18,6 +18,7 @@ export default async function SuccessCard({ pointsEarned }: SuccessCardProps) {
|
||||
<Typography variant="Title/Subtitle/md">
|
||||
<h3 className={styles.title}>
|
||||
{intl.formatMessage({
|
||||
id: "myPages.helloBestFriend",
|
||||
defaultMessage: "Hello Best Friend!",
|
||||
})}
|
||||
</h3>
|
||||
@@ -27,6 +28,7 @@ export default async function SuccessCard({ pointsEarned }: SuccessCardProps) {
|
||||
<p>
|
||||
{intl.formatMessage(
|
||||
{
|
||||
id: "myPages.youHaveEarnedPointsThisMemberYear",
|
||||
defaultMessage:
|
||||
"You've earned {pointAmount} points this member year.",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user