Opened 2 hours ago

#36726 new Uncategorized

Typo in Japanese documentation ("手プレート" → "テンプレート")

Reported by: aru Owned by:
Component: Documentation Version: 5.2
Severity: Normal Keywords: translation, typo, japanese
Cc: aru Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I found a typo in the Japanese version of the Django documentation.

Section: Template inheritance
Sentence: "これらの手プレートは、適切なセクションの手プレートを拡張 (extends) します。"
Corrected: "これらのテンプレートは、適切なセクションのテンプレートを拡張 (extends) します。"

It seems to be a simple translation typo ("手プレート" instead of "テンプレート").

Thank you for maintaining the documentation!

Change History (0)

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