Skip to content

Commit cc7738f

Browse files
committed
fix(i18n): update Turkish pds.community translations with placeholders
- Update pds.community.description to include {count} placeholder - Update pds.community.view_profile to include {handle} placeholder - Update pds.community.new_accounts to include {count} placeholder Co-authored-by: reviewer
1 parent 21e4467 commit cc7738f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

i18n/locales/tr-TR.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,12 +1195,12 @@
11951195
},
11961196
"community": {
11971197
"title": "Topluluk",
1198-
"description": "Topluluğumuza katılın",
1198+
"description": "{count} hesap ile topluluğumuza katılın",
11991199
"loading": "Yükleniyor...",
12001200
"error": "Hata",
12011201
"empty": "Boş",
1202-
"view_profile": "Profili görüntüle",
1203-
"new_accounts": "Yeni hesaplar"
1202+
"view_profile": "{handle} profilini görüntüle",
1203+
"new_accounts": "{count} yeni hesap"
12041204
}
12051205
},
12061206
"privacy_policy": {

0 commit comments

Comments
 (0)