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

implement missing languages #140

Closed
tonymushah opened this issue Dec 30, 2023 · 1 comment · Fixed by #148
Closed

implement missing languages #140

tonymushah opened this issue Dec 30, 2023 · 1 comment · Fixed by #148
Labels
core-types documentation Improvements or additions to documentation enhancement New feature or request

Comments

@tonymushah
Copy link
Owner

As always, some languages are missing.
I don't know how many languages missing but it seems like Mangadex added a bunch recently.

The Plan:

1- List all Mangadex supported languages:

Should be easy:

  • Just go to the mangadex.org,
  • click to user icon at the top right
  • go to chapter languages
  • list them all

2- Implement them :

Mangadex uses the ISO 639-1 standard.
All "currently" supported languages is here : mangadex-api-types::language::Language

@tonymushah tonymushah added documentation Improvements or additions to documentation enhancement New feature or request core-types labels Dec 30, 2023
@tonymushah
Copy link
Owner Author

tonymushah commented Dec 31, 2023

List of existing languages

  • English
  • Albanian
  • Arabic
  • Azerbaijani
  • Bengali
  • Bulgarian
  • Burmese
  • Catalan
  • Chinese (Simplified)
  • Chinese (Traditional)
  • Croatian
  • Czech
  • Danish
  • Dutch
  • Esperanto
  • Estonian
  • Filipino
  • Finnish
  • French
  • Georgian
  • German
  • Greek
  • Hebrew
  • Hindi
  • Hungarian
  • Indonesian
  • Italian
  • Japanese
  • Kazakh
  • Korean
  • Latin
  • Lithuanian
  • Malay
  • Mongolian
  • Nepali
  • Norwegian
  • Persian
  • Polish
  • Portuguese
  • Portuguese (Brasil)
  • Romanian
  • Russian
  • Serbian
  • Slovak
  • Spanish
  • Spanish LATAM
  • Swedish
  • Tamil
  • Telugu
  • Thai
  • Turkish
  • Ukrainian
  • Vietnamese

@tonymushah tonymushah linked a pull request Jan 3, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core-types documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant