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`. Untrack them and gitignore locale/*.po; main.pot stays
tracked, 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:50 +00:00
parent eb7bd51f1d
commit d7bf356779
3 changed files with 6 additions and 6264 deletions

6
.gitignore vendored
View File

@ -53,3 +53,9 @@ jspm_packages/
# Aider AI Chat # Aider AI Chat
.aider* .aider*
# 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.
kapital_bank/locale/*.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff