chore(i18n): stop tracking generated locale/*.po copies

az.po/ru.po are regenerated (overwritten) by the az_locale app on every
`bench migrate` via setup_locale, so tracking them dirtied the working tree and
blocked `git pull` ("local changes would be overwritten by merge"). Untrack them
and gitignore locale/*.po; main.pot (extraction template) stays tracked, and the
masters remain the source of truth in the az_locale repo.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ali 2026-07-21 10:38:12 +00:00
parent e4ac3e328f
commit 82ae160123
3 changed files with 6 additions and 77079 deletions

5
.gitignore vendored
View File

@ -9,3 +9,8 @@ __pycache__
# Local e-taxes cabinet probes — live JWTs, Redux dumps, screenshots with real # Local e-taxes cabinet probes — live JWTs, Redux dumps, screenshots with real
# taxpayer data. Whole folder ignored. # taxpayer data. Whole folder ignored.
.etaxes_notes/ .etaxes_notes/
# Per-app translation copies (az.po/ru.po) are generated and overwritten by the
# az_locale app on every `bench migrate` (setup_locale). Masters live in the
# az_locale repo, so keeping these tracked only dirties the tree and blocks
# `git pull`. Untrack them; main.pot (the extraction template) stays tracked.
taxes_az/locale/*.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff