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

I18n internationalization in server, fix details and add es translation #142

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

FedeG
Copy link

@FedeG FedeG commented Sep 2, 2024

Changes

  • Update documentation (Readme.md):
    • Add internationalization documentation to update translation
    • Add internationalization documentation to create new translation language
    • Add documentation of django >= 2.0 on urls.py examples
  • Add i18n internationalization to server strings
    • Add verbose_name to all model fields
    • Add Meta class to models with single and plural name
    • Add labels to forms fields
    • Translate choices value on form
  • Add string representations to all models
  • Add translations to admin actions
  • Add .gitignore file for django/python package
  • Update en translations
  • Create es translations
  • Clean code and remove unused imports

@FedeG FedeG changed the title I18n internationalization and details I18n internationalization in server, fix details and add es translation Sep 2, 2024
@FedeG
Copy link
Author

FedeG commented Nov 28, 2024

@skorokithakis could you check this pull request?
If you prefer that I divide it in partial pull request, tell me and I will rework it.

@skorokithakis
Copy link
Contributor

Oh sorry, yes, I was intimidated by the sheer size of this. If you could split it up, that would be great.

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.

2 participants