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:
alam00000
2026-01-26 22:29:51 +05:30
parent 2d99a28b07
commit 62c373d76a
16 changed files with 10397 additions and 7524 deletions

View File

@@ -66,7 +66,8 @@
"pdfOrImages": "PDF hoặc Hình ảnh",
"filesNeverLeave": "Tệp của bạn không bao giờ rời khỏi thiết bị.",
"addMore": "Thêm tệp",
"clearAll": "Xóa tất cả"
"clearAll": "Xóa tất cả",
"clearFiles": "Xóa tệp"
},
"loader": {
"processing": "Đang xử lý..."
@@ -226,7 +227,8 @@
"error": "Lỗi",
"success": "Thành công",
"file": "Tệp",
"files": "Tệp"
"files": "Tệp",
"close": "Đóng"
},
"about": {
"hero": {