django-cms / djangocms-versioning

General purpose versioning package for Django CMS 4 and above.
Other
33 stars 29 forks source link

fix: translation inconsistencies #313

Closed fsbraun closed 1 year ago

fsbraun commented 1 year ago

Description

This PR standardizes the short name of a Version object to allow for consistent translation especially in the toolbar menu.

Related resources

Checklist

codecov[bot] commented 1 year ago

Codecov Report

Merging #313 (b1fd19b) into master (9e1183a) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #313   +/-   ##
=======================================
  Coverage   89.87%   89.88%           
=======================================
  Files          68       68           
  Lines        2242     2244    +2     
  Branches      299      299           
=======================================
+ Hits         2015     2017    +2     
  Misses        172      172           
  Partials       55       55           
Impacted Files Coverage Δ
djangocms_versioning/cms_toolbars.py 95.70% <100.00%> (ø)
djangocms_versioning/models.py 94.91% <100.00%> (+0.05%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.