Skip to content

Commit b2393c5

Browse files
committed
fix(i18n): replace placeholder values with actual Turkish translations in pds.server
- Update location_value: 'Nürnberg, Almanya' - Update infrastructure_value: 'Hetzner üzerinde barındırılıyor' - Update privacy_value: 'Katı AB Veri Koruma yasalarına tabidir' These were incorrectly translated as generic placeholders instead of the actual server information.
1 parent 6a8e4bc commit b2393c5

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
@@ -1186,11 +1186,11 @@
11861186
"server": {
11871187
"title": "Sunucu",
11881188
"location_label": "Konum",
1189-
"location_value": "Konum değeri",
1189+
"location_value": "Nürnberg, Almanya",
11901190
"infrastructure_label": "Altyapı",
1191-
"infrastructure_value": "Altyapı değeri",
1191+
"infrastructure_value": "Hetzner üzerinde barındırılıyor",
11921192
"privacy_label": "Gizlilik",
1193-
"privacy_value": "Gizlilik değeri",
1193+
"privacy_value": "Katı AB Veri Koruma yasalarına tabidir",
11941194
"learn_more": "Daha fazla bilgi"
11951195
},
11961196
"community": {

0 commit comments

Comments
 (0)