Minseo Lee
Minseo Lee
Translates updated strings into Korean.
Translates updated strings into Korean.
- **Before** The weight of the repost icon in these two parts looks too light compared to the text. - **After** Uses the new icon with `stroke-weight` set to `2.5`...
```diff - #: src/components/dialogs/VerifyEmailDialog.tsx:209 - msgid "Change your email address" - msgstr "" + #: src/components/dialogs/VerifyEmailDialog.tsx:193 + msgid "Don't have access to {0}? Change your email address." + msgstr ""...
I just copied and modified the Japanese-specific search code to write Korean-specific search code. It hasn't been tested yet. An issue I posted before: #777
Tokenizes CJK characters, removes `analysis-kuromoji` plugin and Japanese-specific code.
The current search feature only allows you to search for words separated by spaces or symbols, but Japanese and Chinese don't use spaces, and Korean don't use spaces before postpositions,...
Please update the won sign (₩, U+20A9) to have one crossbar. There's nothing wrong with two crossbars, but in Korea, it's most common to see the won sign with one...
### Initial checklist * [x] I read the support docs * [x] I read the contributing guide * [x] I agree to follow the code of conduct * [x] I...