Handle more translation errors (#10160)

This commit is contained in:
DS Boyce
2026-04-01 13:39:05 -07:00
committed by GitHub
parent 69164c640f
commit 5a2135733f
3 changed files with 40 additions and 10 deletions
+1
View File
@@ -48,3 +48,4 @@ export const IS_HIGH_DPI: boolean = window.matchMedia(
'(min-resolution: 2dppx)',
).matches
export const IS_LIQUID_GLASS: boolean = false
export const IS_TRANSLATION_SUPPORTED: boolean = false