You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
5 inline comments resolved:
1. network.dart bypass-domain count uses Intl.plural now (was string
concatenation that produced "1 default domains active" for n=1)
2. clash_config.dart FallbackFilter CN→RU defaults — already covered
by previous fixup commit (RU geoip-code, RU-blocked domains, typical
spoof ipcidr); updating PR description to mention this
3. task.dart find-process-mode comment fixed — FlClash enum is
{always, off} (no 'strict'); upstream mihomo allows 'strict' but
FlClash UI only toggles always/off
4. messages_ja.dart + messages_zh_CN.dart now include the new keys
(advanced, detailsSection, dns* sections, geoDatabases*,
ipv6Mode*, legalAndDisclaimer, generalSettings, diagnostics) so JA
and ZH-CN locales no longer fall back to English
5. UnifiedIpv6Item label "IPv6" wrapped in Intl.message(name: 'ipv6')
to flow through l10n (term itself is universal but the lookup is
now consistent)
Also remove the now-unused 'defaultDomainsActive' l10n key (replaced
by Intl.plural inline).
0 commit comments