jvdm / inkirinet-hotspot

Inkirinet Hotspot is a Django-based web application offering frontend and management for the Inkiri Center's WiFi hotspot.
Mozilla Public License 2.0
2 stars 0 forks source link

Compile translation messages during package build #6

Open jvdm opened 3 years ago

jvdm commented 3 years ago

Problem

This application uses translations to offer a pt_BR interface to users, but the .mo compiled translation messages are not present in the final build.

Current State

During setuptools build translation messages are not compiled.

Desired State

After installing the application using setuptools translation messages should be compiled and made part of the package.