Minseo Lee
Minseo Lee
- [x] Uses `react-intl` for datetime format. - [x] Replaces `formatDate()` with `react-intl`. - [x] Replaces `useCountryNames()` with `react-intl`. - [x] Replaces `useLanguageNames()` with `react-intl`. - [x] Uses `react-intl` for...
Thanks to the `lang` attribute in the `html` tag, the appropriate language-specific font family is automatically applied, so you don't need to specify a language-specific font family (or rather, it...
* Translates updated datetime strings
Translates updated strings. Thank you!
Fixes an issue with `TimeElapsed` being line broken in some languages. If there is a better way to do this, please fix it... | Before | After | |-|-| |...
**Is your feature request related to a problem? Please describe.** I'm always frustrated when viewing posts from Japan and China. Because their Chinese characters don't display correctly for me in...
Translates updated strings.
Translates added and updated strings.
The `system-ui` should be removed as it outputs the default font for the OS language, regardless of the app language. Example on Korean Windows 11: | Before | After |...
Translates the new strings and unify the strings used for toasts into sentences.