django-cms / djangocms-versioning

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

feat: Run compile_messages on new de and nl locales #332

Closed fsbraun closed 1 year ago

fsbraun commented 1 year ago

Description

This fixes a missing parameter in nl .po file and adds up-to-date .mo files.

Also, this PR adds the locale directory tree to the project's MANIFEST to ensure translations are packaged.

Related resources

Checklist

codecov[bot] commented 1 year ago

Codecov Report

Merging #332 (cf6dfb3) into master (91eafe1) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #332   +/-   ##
=======================================
  Coverage   90.93%   90.93%           
=======================================
  Files          72       72           
  Lines        2536     2536           
  Branches      358      358           
=======================================
  Hits         2306     2306           
  Misses        170      170           
  Partials       60       60