Updated Initial Version of Custom Korean Translation

- Updated default mastodon+glitch korean translation, to custom version for sakyey.kr
This commit is contained in:
2026-03-18 21:02:52 +09:00
parent fd493378dc
commit c16df35594
12 changed files with 2336 additions and 2318 deletions

View File

@@ -41,7 +41,7 @@ const mapStateToProps = state => ({
&& !state.getIn(['settings', 'dismissed_banners', PRIVATE_QUOTE_MODAL_ID]),
isInReply: state.getIn(['compose', 'in_reply_to']) !== null,
lang: state.getIn(['compose', 'language']),
maxChars: state.getIn(['server', 'server', 'configuration', 'statuses', 'max_characters'], 500),
maxChars: state.getIn(['server', 'server', 'configuration', 'statuses', 'max_characters'], 3000),
});
const mapDispatchToProps = (dispatch, props) => ({

File diff suppressed because it is too large Load Diff