Compare commits

...

6 Commits

Author SHA1 Message Date
dgtlmoon
b85bf79f95 unused library removal 2026-01-14 13:14:41 +01:00
dgtlmoon
4c982ea0d1 Revert unnecessary change 2026-01-14 13:13:09 +01:00
dgtlmoon
be24251b96 revert 2026-01-14 13:08:23 +01:00
dgtlmoon
de65935749 Bump and recompile translations 2026-01-14 13:06:43 +01:00
dgtlmoon
01402c2b73 Fixing other languages and one realtime update message 2026-01-14 12:49:47 +01:00
dgtlmoon
c7f078ae04 Fixing raditional Chinese locale mapping #3737 2026-01-14 12:43:56 +01:00
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
from blinker import signal
from .processors.exceptions import ProcessorException
import changedetectionio.content_fetchers.exceptions as content_fetchers_exceptions
from changedetectionio.processors.text_json_diff.processor import FilterNotFoundInResponse
@@ -9,7 +8,6 @@ from changedetectionio.flask_app import watch_check_update
import asyncio
import importlib
import os
import queue
import time
from loguru import logger

View File

@@ -29,6 +29,7 @@ def get_timeago_locale(flask_locale):
"""
locale_map = {
'zh': 'zh_CN', # Chinese Simplified
'zh_Hant_TW': 'zh_TW', # Flask-Babel normalizes zh_TW to zh_Hant_TW
'pt': 'pt_PT', # Portuguese (Portugal)
'sv': 'sv_SE', # Swedish
'no': 'nb_NO', # Norwegian Bokmål