diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-07-27 22:00:20 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-07-27 22:00:20 +0200 |
commit | 3f7e149694f52d606fce11e3a279e8a278e2e0fd (patch) | |
tree | ee2ddb6431e50ce70108f8b0c59969fa71f90d73 /.gitignore | |
parent | feb15f6f7714cb6cee72b2fd66b85baa5f8a90f2 (diff) |
Fix things related to the translations system
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,11 +2,15 @@ euro-cash.eu exttmpl !cmd/* +*.mo # Autogenerated files out.gotext.json *.db *.gen.* +*~ +po/backend.pot +po/templates.pot # Build artifacts *.min.css |