From 0d493fcb1dccdd927bafb9f63a28b3b00af31d62 Mon Sep 17 00:00:00 2001 From: xatier Date: Sat, 26 Mar 2022 09:59:43 -0700 Subject: [PATCH] Fix incorrect translation (zh-TW & zh-CN) Translation for `maps` and `videos` were swapped in this commit. https://github.com/benbusby/whoogle-search/commit/11099f7b1dc2bc497555ccf13521b02e3f1c35d7#diff-fcd1e088df6519cbd45d012f89a0d2722b7414c94189ee41595a3a101b4c11ad --- app/static/settings/translations.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/static/settings/translations.json b/app/static/settings/translations.json index 4615e3a..e2538a7 100644 --- a/app/static/settings/translations.json +++ b/app/static/settings/translations.json @@ -346,8 +346,8 @@ "continue-search": "继续搜索 Farside", "all": "全部", "images": "圖片", - "maps": "影片", - "videos": "地圖", + "maps": "地圖", + "videos": "影片", "news": "新聞", "books": "書籍" }, @@ -566,8 +566,8 @@ "continue-search": "繼續搜索 Farside", "all": "全部", "images": "圖片", - "maps": "影片", - "videos": "地圖", + "maps": "地圖", + "videos": "影片", "news": "新聞", "books": "書籍" },