django-auditlog
django-auditlog copied to clipboard
Add locale
Added locale to translate app in admin. Also I'm added two additional files:
- manage.py
- app.py
app.py
is needed only to translate the app-name, in the other hand manage.py
is added to generate translation .po file in other language with django tools, for example with:
$ python manage.py makemessages --locale fr
it is generates .po french file translation,
regards, Luis
Codecov Report
Merging #296 (e180c9c) into master (665217d) will increase coverage by
0.17%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #296 +/- ##
==========================================
+ Coverage 82.41% 82.58% +0.17%
==========================================
Files 20 20
Lines 506 511 +5
==========================================
+ Hits 417 422 +5
Misses 89 89
Impacted Files | Coverage Δ | |
---|---|---|
auditlog/admin.py | 100.00% <100.00%> (ø) |
|
auditlog/apps.py | 100.00% <100.00%> (ø) |
|
auditlog/filters.py | 92.30% <100.00%> (+0.64%) |
:arrow_up: |
auditlog/mixins.py | 76.78% <100.00%> (+0.42%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 665217d...e180c9c. Read the comment docs.
fails due python3.5 support having been removed from setuptools-scm:
https://github.com/pypa/setuptools_scm/blob/main/CHANGELOG.rst#v600
rebase master and remove manage.py
Hi @lsaavedr, Thanks for your PR :+1:
Could you please refresh the PR and add a change log entry?
Closing due to inactivity. Feel free to open it when you have time to work on this again.