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

Extend language support stopgap #10854

Open
4 tasks
aleene opened this issue Oct 2, 2024 · 2 comments
Open
4 tasks

Extend language support stopgap #10854

aleene opened this issue Oct 2, 2024 · 2 comments

Comments

@aleene
Copy link
Contributor

aleene commented Oct 2, 2024

Description

The goal is to support some language (variants) that are in high demand and can not be supported today. These languages probably will not be supported in the near future. This should apply only to languages with many potential users and that are sufficiently different (in some cases)

Acceptance criteria

The solution should fit within the current approach to languages, i.e. 2 letter ISO-codes. In this standard the range xa-xz is reserved for end-users. We could assign some of these to specific languages.

What would a demo look like

We could set up some demo products that will be correctly parsed.

Notes

This might be needed for the following languages

  • traditional Chinese (XT) - the default is simplified Chinese (ZH);
  • Brasilian Portuguese (XB) - the default is Portugal Portuguese (PT);
  • Quebecois (XQ) - the default is France French (FR);
  • American English (XA) - the default is British English (EN);
  • Indian English (XI) - the default is (EN);

Tasks

  • Add the languages to the languages taxonomy;
  • Adapt the country languages as needed;
  • Support a language trickle down (if a translation does not exist, user another language, if that does not exist use another, etc. This might be needed for correct parsing as well.
  • Start adding the correct translations to the other taxonomies;
@alexgarel
Copy link
Member

@aleene in the medium run, it would be better to support two letters languages codes.

@aleene
Copy link
Contributor Author

aleene commented Oct 4, 2024

That is what I suggest, no?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To discuss and validate
Development

No branches or pull requests

2 participants