fix: replaced ${error} with {{error}} in all locale files for i18next compatibility

This commit is contained in:
Ömer AYDINOĞLU
2025-07-20 14:44:42 +03:00
parent e97eff1f31
commit 714911687a
6 changed files with 18 additions and 18 deletions

View File

@@ -148,11 +148,11 @@
"no_key_message": "Henüz bir API anahtarı oluşturmadınız.",
"generate_button": "API Anahtarı Oluştur",
"notifications": {
"fetch_error": "API Anahtarı alınamadı - ${error}",
"fetch_error": "API Anahtarı alınamadı - {{error}}",
"generate_success": "API anahtarı oluşturuldu",
"generate_error": "API anahtarı oluşturulamadı - ${error}",
"generate_error": "API anahtarı oluşturulamadı - {{error}}",
"delete_success": "API anahtarı silindi",
"delete_error": "API anahtarı silinemedi - ${error}",
"delete_error": "API anahtarı silinemedi - {{error}}",
"copy_success": "API anahtarı kopyalandı"
}
},