Add Japanese message string for django.po #25
No reviewers
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
translations
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: 42CTF/website#25
Loading…
Reference in New Issue
No description provided.
Delete Branch "ysaito/website:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What I'm wondering
Due to grammatical differences, some sentences may look unnatural when they are actually displayed on a website.
(In
*html
, you can adjust where to put the links, but indjango.po
, the Japanese translation is only applied to the corresponding msgid.)Example of no problem:
src/home/templates/news/*
↓
I have tried to make it as natural as possible, but I apologize if there are any unnatural points.
Thank you for the translation !
You're right, the html tags are not really convenient for translation.
I will try to replace the {% trans} tags with {% blocktrans} tags wherever there are links, maybe it will solve the issue.