Add Japanese message string for django.po #25

Merged
Danhia merged 17 commits from ysaito/website:main into translation 2022-02-18 16:17:47 +01:00
Member

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 in django.po, the Japanese translation is only applied to the corresponding msgid.)

Example of no problem: src/home/templates/news/*

Three entirely new issues created by <b><a class=profile_link href=https://www.42ctf.org/accounts/profile/aldubar>aldubar</a></b>. <br>

<b><a class=profile_link href=https://www.42ctf.org/accounts/profile/aldubar>aldubar</a></b>が作成した全く新しい3つの課題を提供します。<br>

I have tried to make it as natural as possible, but I apologize if there are any unnatural points.

## 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 in `django.po`, the Japanese translation is only applied to the corresponding msgid.) Example of no problem: `src/home/templates/news/*` ```html Three entirely new issues created by <b><a class=profile_link href=https://www.42ctf.org/accounts/profile/aldubar>aldubar</a></b>. <br> ``` ↓ ```html <b><a class=profile_link href=https://www.42ctf.org/accounts/profile/aldubar>aldubar</a></b>が作成した全く新しい3つの課題を提供します。<br> ``` I have tried to make it as natural as possible, but I apologize if there are any unnatural points.
ysaito added the
translations
label 2022-02-18 15:30:50 +01:00
ysaito added 17 commits 2022-02-18 15:30:50 +01:00
ysaito requested review from Danhia 2022-02-18 15:31:04 +01:00
Owner

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.

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.
Danhia merged commit 02385dcd08 into translation 2022-02-18 16:17:47 +01:00
Sign in to join this conversation.
No description provided.