fix: resolve i18n issues - URL duplication, translation loading, and caching
- Fix URL path duplication when clicking logo (added missing leading slash) - Use network-first caching for translation files in service worker - Add missing translation keys (common.close, upload.clearFiles) to all languages - Add Dutch (nl) language support to URL regex patterns - Bump service worker cache version to v8
This commit is contained in:
@@ -66,7 +66,8 @@
|
||||
"pdfOrImages": "PDF veya Görseller",
|
||||
"filesNeverLeave": "Dosyalarınız cihazınızı asla terk etmez.",
|
||||
"addMore": "Daha Fazla Dosya Ekle",
|
||||
"clearAll": "Tümünü Temizle"
|
||||
"clearAll": "Tümünü Temizle",
|
||||
"clearFiles": "Dosyaları temizle"
|
||||
},
|
||||
"loader": {
|
||||
"processing": "İşleniyor..."
|
||||
@@ -226,7 +227,8 @@
|
||||
"error": "Hata",
|
||||
"success": "Başarılı",
|
||||
"file": "Dosya",
|
||||
"files": "Dosya"
|
||||
"files": "Dosya",
|
||||
"close": "Kapat"
|
||||
},
|
||||
"about": {
|
||||
"hero": {
|
||||
|
||||
Reference in New Issue
Block a user