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

Add Japanese Language Support For Localization #2581

Open
3 tasks done
ikrammt opened this issue Apr 26, 2024 · 0 comments
Open
3 tasks done

Add Japanese Language Support For Localization #2581

ikrammt opened this issue Apr 26, 2024 · 0 comments

Comments

@ikrammt
Copy link
Contributor

ikrammt commented Apr 26, 2024

Clear and concise description of the problem

This issue proposes adding support for the Japanese language (ja) to the current language translations.

The provided code currently supports English (en), British English (en-GB), Spanish (es), French (fr), and Arabic (ar-AE). This update would allow users to display the interface and labels in Japanese.

Suggested solution

  • Include require('globalize/lib/cultures/globalize.culture.ja'); to import the Japanese culture library.

  • Update the cultures array to include "ja".

  • Add a new key ja to the lang object.

  • Define Japanese translations for the strings within the ja key

Alternative

No response

Additional context

No response

Validations

  • Read the docs.
  • Check that there isn't already an issue that request the same feature to avoid creating a duplicate.

Would you like to open a PR for this feature?

  • I'm willing to open a PR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant