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

💫 Change verbose name and traduction #4008

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TheoLechemia
Copy link
Contributor

No description provided.

Django override traduction between apps. We need a different trad for label in tourism app
Copy link

cypress bot commented Mar 20, 2024

Passing run #8432 ↗︎

0 24 0 0 Flakiness 0

Details:

Merge 2e034dc into 301ea72...
Project: Geotrek-admin Commit: 43bd35242e ℹ️
Status: Passed Duration: 02:07 💡
Started: Mar 21, 2024 2:25 PM Ended: Mar 21, 2024 2:27 PM

Review all test suite changes for PR #4008 ↗︎

Copy link

codecov bot commented Mar 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.37%. Comparing base (301ea72) to head (2e034dc).
Report is 5 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4008   +/-   ##
=======================================
  Coverage   98.37%   98.37%           
=======================================
  Files         296      296           
  Lines       22560    22560           
=======================================
  Hits        22193    22193           
  Misses        367      367           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -388,7 +388,7 @@ def __str__(self):


class TouristicEventOrganizer(TimeStampedModelMixin):
label = models.CharField(verbose_name=_("Label"), max_length=256)
label = models.CharField(verbose_name=_("OrganizerLabel"), max_length=256)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Je pense qu'on s'est pas compris la dernière fois. SI il n'y a pas de pb de compatibilité (api v2, parsers etc), le mieux est encore de renommer le champ directement plutot que d'introduire des incohérences dans les trads (toutes les trads correspondent aux champs). Là, le champ s'apelle label, mais en réalité, 'name' serait plus approrié, et donc Name en EN et Nom en français (étant donné que c'est une personne physique ou morale)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Effectivement, j'avais pas compris ça.
Je corrige

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oui name serait mieux que label. Mais donc il faut aussi renommer le champs dans la BDD

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oui et potentiellement dans les parsers etc etc..
Je me demande s'il ne faudra pas résoudre ce problème de mauvaise surcouche des trads entre apps en fait

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oui et potentiellement dans les parsers etc etc.. Je me demande s'il ne faudra pas résoudre ce problème de mauvaise surcouche des trads entre apps en fait

Je pense que c'est plus lié à django qu'a geotrek-admin. Dans les dernieres versions, ils ont amélioré pas mal de chose à ce niveau. Par exemple, lors d'un makemessages, ils ne met plus à jour la date du fichier si aucune trad n'a été modifiée. Je jetterai un oeil sur ma branche django 4.2 voir si çà y a du mieux à ce niveau

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