No description
  • HTML 50.5%
  • Python 49.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
drorganvidez e5d51ab9e2 fix: ship the compiled translations, so a released feature is actually translated
gettext reads .mo and only .mo. The feature scaffold ignored them in git
and left them out of MANIFEST.in, and a released feature is a git tag and
a wheel built from it, neither of which runs feature:translate --compile.
So every feature shipped with its .po and nothing that reads it: the
product answered in English while the workspace it was built in looked
perfectly translated, which is why this survived being tested.

Same shape as the stylesheets that never reached the built package: what
development reads off disk, a release has to be told to carry.
2026-07-30 18:15:09 +02:00
src fix: ship the compiled translations, so a released feature is actually translated 2026-07-30 18:15:09 +02:00
.gitignore fix: ship the compiled translations, so a released feature is actually translated 2026-07-30 18:15:09 +02:00
MANIFEST.in fix: ship the compiled translations, so a released feature is actually translated 2026-07-30 18:15:09 +02:00
pyproject.toml chore: release splent_io/splent_feature_signup to v0.1.0 2026-07-26 22:18:51 +02:00