diff options
author | 2023-10-22 16:07:06 -0700 | |
---|---|---|
committer | 2023-10-22 18:05:37 -0700 | |
commit | eeaab72a9f76363eed3374bb784581b8e08c65d8 (patch) | |
tree | 43d4b2b7aa45881391429bf0fed4aef8908fbcfc /internal/locale/translations/zh_TW.json | |
parent | 14e25ab9fe09b9951b38e56af2bdff7a0737b280 (diff) | |
download | v2-eeaab72a9f76363eed3374bb784581b8e08c65d8.tar.gz v2-eeaab72a9f76363eed3374bb784581b8e08c65d8.tar.zst v2-eeaab72a9f76363eed3374bb784581b8e08c65d8.zip |
Refactor feed discovery and avoid an extra HTTP request if the url provided is the feed
Diffstat (limited to 'internal/locale/translations/zh_TW.json')
-rw-r--r-- | internal/locale/translations/zh_TW.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/locale/translations/zh_TW.json b/internal/locale/translations/zh_TW.json index 3b556773..d8d78531 100644 --- a/internal/locale/translations/zh_TW.json +++ b/internal/locale/translations/zh_TW.json @@ -460,5 +460,6 @@ "error.duplicated_feed": "This feed already exists.", "error.unable_to_parse_feed": "Unable to parse this feed: %v.", "error.feed_not_found": "This feed does not exist or does not belong to this user.", - "error.unable_to_detect_rssbridge": "Unable to detect feed using RSS-Bridge: %v." + "error.unable_to_detect_rssbridge": "Unable to detect feed using RSS-Bridge: %v.", + "error.feed_format_not_detected": "Unable to detect feed format: %v." } |