From bd7339c39733e690a6cb003f9883c37f245e0386 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=8B=E3=81=A3=E3=81=93=E3=81=8B=E3=82=8A?= <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Mon, 4 Aug 2025 14:53:26 +0900 Subject: [PATCH] =?UTF-8?q?enhance(i18n):=20=E3=83=88=E3=83=AB=E3=82=B3?= =?UTF-8?q?=E8=AA=9E=E3=82=92=E8=BF=BD=E5=8A=A0=20(#16358)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + locales/index.js | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f17964f285..9888fe1cd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ - URLに`?safemode=true`を付ける - PWAのショートカットで Safemode を選択して起動する - Enhance: コントロールパネルを検索できるように +- Enhance: トルコ語 (tr-TR) に対応 - Fix: 一部の設定検索結果が存在しないパスになる問題を修正 (Cherry-picked from https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1171) - Fix: テーマエディタが動作しない問題を修正 diff --git a/locales/index.js b/locales/index.js index 091d216dee..6d9cf4796b 100644 --- a/locales/index.js +++ b/locales/index.js @@ -36,6 +36,7 @@ const languages = [ 'ru-RU', 'sk-SK', 'th-TH', + 'tr-TR', 'ug-CN', 'uk-UA', 'vi-VN',