This is an automated email from the ASF dual-hosted git repository. linkinstar pushed a commit to branch fix/language in repository https://gitbox.apache.org/repos/asf/answer.git
commit f43f22b91410030d87c4f06148ecee655b570e06 Author: LinkinStars <[email protected]> AuthorDate: Mon Dec 15 15:08:51 2025 +0800 fix(lang): correct translations in Polish and Turkish language files --- i18n/pl_PL.yaml | 3 +-- i18n/tr_TR.yaml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/i18n/pl_PL.yaml b/i18n/pl_PL.yaml index a8d7b064..7cf88431 100644 --- a/i18n/pl_PL.yaml +++ b/i18n/pl_PL.yaml @@ -864,8 +864,7 @@ ui: <li><p class="mb-2">twórz bloki kodu przy pomocy potrójnych odwrotnych apostrofów <code>`</code></p> <pre class="mb-0"><code>```<br/>kod tutaj<br/>```</code></pre> </li> - - </ul> + </ul> prev: Poprzedni next: Następny page_title: diff --git a/i18n/tr_TR.yaml b/i18n/tr_TR.yaml index 970ae8cb..802a81f6 100644 --- a/i18n/tr_TR.yaml +++ b/i18n/tr_TR.yaml @@ -235,7 +235,7 @@ backend: content_cannot_empty: other: İçerik boş olamaz. content_less_than_minimum: - other: Yeterli içerik girilmedi. + other: Not enough content entered. rank: fail_to_meet_the_condition: other: İtibar seviyesi koşulu karşılamıyor.
