#34951 closed Cleanup/optimization (invalid)

Wrong word

Reported by: Jefeson Alves Owned by: nobody
Component: Documentation Version: 4.2
Severity: Normal Keywords: Documentation
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Adjust text pt-br
Link: https://docs.djangoproject.com/pt-br/4.2/intro/overview/
Section: Projete seus templates
Original Text: Simplificadamente, ele define a aparência do site (com o logo do site), e fornece “buracos” para templates filhos preencherem. Isso significar que um redesenho do site pode ser feito alterando um único arquivo - o template base.
Correct text: Simplificadamente, ele define a aparência do site (com o logo do site), e fornece “buracos” para templates filhos preencherem. Isso significa que um redesenho do site pode ser feito alterando um único arquivo - o template base.

The wrong word is marked with bold.

Change History (1)

comment:1 by Mariusz Felisiak, 10 months ago

Resolution: invalid
Status: newclosed

Thanks for the report, however, translations are handled at Transifex and not in this tracker.

Note: See TracTickets for help on using tickets.
Back to Top