From a1647901e58890ef483bc8f11140a82c8c014f0d Mon Sep 17 00:00:00 2001 From: fikarme <102527327+fikarme@users.noreply.github.com> Date: Tue, 14 Oct 2025 13:45:23 +0300 Subject: [PATCH] Add Turkish translations for share extension & Add Turkey to knownRegions (#787) * Add Turkish translations for share extension * Add Turkey to knownRegions --------- Co-authored-by: jack <212554440+jackjackbits@users.noreply.github.com> --- bitchat.xcodeproj/project.pbxproj | 1 + .../Localization/Localizable.xcstrings | 44 ++++++++++++++++++- 2 files changed, 44 insertions(+), 1 deletion(-) diff --git a/bitchat.xcodeproj/project.pbxproj b/bitchat.xcodeproj/project.pbxproj index 799d3e9e..cbc5e765 100644 --- a/bitchat.xcodeproj/project.pbxproj +++ b/bitchat.xcodeproj/project.pbxproj @@ -312,6 +312,7 @@ ne, "pt-BR", ru, + tr, uk, "zh-Hans", ); diff --git a/bitchatShareExtension/Localization/Localizable.xcstrings b/bitchatShareExtension/Localization/Localizable.xcstrings index f0ba6829..20a68af4 100644 --- a/bitchatShareExtension/Localization/Localizable.xcstrings +++ b/bitchatShareExtension/Localization/Localizable.xcstrings @@ -108,6 +108,13 @@ "value": "공유된 링크", "comment": "Fallback title when saving a shared link" } + }, + "tr": { + "stringUnit": { + "state": "translated", + "value": "paylaşılan bağlantı", + "comment": "Fallback title when saving a shared link" + } } } }, @@ -218,6 +225,13 @@ "value": "링크를 인코딩하는 데 실패했습니다", "comment": "Shown when the share payload cannot be encoded" } + }, + "tr": { + "stringUnit": { + "state": "translated", + "value": "bağlantı kodlanamadı", + "comment": "Shown when the share payload cannot be encoded" + } } } }, @@ -328,6 +342,13 @@ "value": "공유할 수 있는 내용이 없습니다", "comment": "Shown when provided content cannot be shared" } + }, + "tr": { + "stringUnit": { + "state": "translated", + "value": "paylaşılabilir içerik yok", + "comment": "Shown when provided content cannot be shared" + } } } }, @@ -438,6 +459,13 @@ "value": "공유할 내용이 없습니다", "comment": "Shown when the share extension receives no content" } + }, + "tr": { + "stringUnit": { + "state": "translated", + "value": "paylaşılacak bir şey yok", + "comment": "Shown when the share extension receives no content" + } } } }, @@ -548,6 +576,13 @@ "value": "✓ bitchat으로 링크를 공유했습니다", "comment": "Confirmation after successfully sharing a link" } + }, + "tr": { + "stringUnit": { + "state": "translated", + "value": "✓ bitchat'e bağlantı paylaşıldı", + "comment": "Confirmation after successfully sharing a link" + } } } }, @@ -658,9 +693,16 @@ "value": "✓ bitchat으로 텍스트를 공유했습니다", "comment": "Confirmation after successfully sharing text" } + }, + "tr": { + "stringUnit": { + "state": "translated", + "value": "✓ bitchat'e metin paylaşıldı", + "comment": "Confirmation after successfully sharing text" + } } } } }, "version": "1.0" -} \ No newline at end of file +}