Merged in feat/lokalise-sync-260105 (pull request #3387)
feat(lokalise): fixed correct message and sync * feat(lokalise): fixed correct message and sync
This commit is contained in:
@@ -150,7 +150,8 @@ function InnerSelectQuantityStep({
|
||||
cost: intl.formatMessage(
|
||||
{
|
||||
id: "common.numberOfPoints",
|
||||
defaultMessage: "{points} points",
|
||||
defaultMessage:
|
||||
"{points, plural, one {# point} other {# points}}",
|
||||
},
|
||||
{ points: pointsCost }
|
||||
),
|
||||
@@ -162,7 +163,8 @@ function InnerSelectQuantityStep({
|
||||
totalCostMessage={intl.formatMessage(
|
||||
{
|
||||
id: "common.numberOfPoints",
|
||||
defaultMessage: "{points} points",
|
||||
defaultMessage:
|
||||
"{points, plural, one {# point} other {# points}}",
|
||||
},
|
||||
{ points: pointsCost * quantity }
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user