Minseo Lee

Results 39 comments of Minseo Lee

If it comes into effect at some point, I think that's good enough.

@bnewbold Can't I just remove kuromoji and use it like this? ```json "textIcu": { "type": "custom", "tokenizer": "icu_tokenizer", "char_filter": [ "icu_normalizer" ], "filter": [ "icu_folding", "cjk_width", "cjk_bigram" ] }, "textIcuSearch":...

To provide full context to translation, you might want to modify it as shown below. ```tsx Don't have access to{' '} {currentAccount?.email} ?{' '} { e.preventDefault() control.close(() => { openModal({name:...

I'd also like you to review PR #3912. Thanks!

> Hi! we do some special processing and indexing for Japanese text specifically (we had a large early Japanese user community). have you tested in that language specifically? we could...

@auroursa It needs to set the `lang` attribute on the post content, which doesn't seem to be implemented yet. #1404 #2525 @surfdude29 It would be nice if it didn't specify...

@estrattonbailey * `system-ui`: Outputs system default fonts. `lang` attribute is ignored on Windows. Should not be used. * `-apple-system, BlinkMacSystemFont`: Outputs language-specific system font on macOS. * `sans-serif`: Outputs font...

The `system-ui` causes issues on all Chinese, Japanese, and Korean Windows. picturepan2/spectre#666 w3c/csswg-drafts#11074

@estrattonbailey Could you please review this? > @estrattonbailey > > * `system-ui`: Outputs system default fonts. `lang` attribute is ignored on Windows. Should not be used. > * `-apple-system, BlinkMacSystemFont`:...