Updated Initial Version of Custom Korean Translation
- Updated default mastodon+glitch korean translation, to custom version for sakyey.kr
This commit is contained in:
@@ -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
Reference in New Issue
Block a user