Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[QoL] add common:money key #6

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

flx-sta
Copy link
Contributor

@flx-sta flx-sta commented Oct 2, 2024

derived from this code:

 switch (lng) {
    case "ja":
      return `@[MONEY]{${numberFormattedString}}円`;
    case "de":
    case "es":
    case "fr":
    case "it":
      return `@[MONEY]{${numberFormattedString} ₽}`;
    default:
      // English and other languages that use same format
      return `@[MONEY]{₽${numberFormattedString}}`;
    }

EN

image

DE

image

JA

image

ES

image

FR

image

IT

image

@flx-sta flx-sta changed the title add common:money key [QoL] add common:money key Oct 2, 2024
@flx-sta flx-sta changed the title [QoL] add common:money key [QoL] add common:money key Oct 2, 2024
@Adri1 Adri1 merged commit 04f1082 into pagefaultgames:main Oct 3, 2024
@flx-sta flx-sta deleted the feature/common-money-key branch October 3, 2024 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants