WIP: i18n/Add Japanese with kanji #2079

Closed
hakabahitoyo wants to merge 8 commits from gitlab-mr-iid-810 into develop
Member

Resolves #522.

ja_pedantic

Resolves https://git.pleroma.social/pleroma/pleroma-fe/issues/522. ![ja_pedantic](/attachments/15116cc3-37d1-4eeb-86ae-0c602898de74)
Owner

probably should have a dictionary for it. i.e. look name up in an object like { ja_pedantic: 'Japanese with kanji' } and fallback to iso if not found.

Also maybe should have japanese name as well, since it won't ever be applied automatically, and you would need to know english to know it's the one with kanji

probably should have a dictionary for it. i.e. look name up in an object like `{ ja_pedantic: 'Japanese with kanji' }` and fallback to iso if not found. Also maybe should have japanese name as well, since it won't ever be applied automatically, and you would need to know english to know it's the one with kanji
Owner

how about we remove stuff present in both ja.json and ja_pedantic.json and do something like

ja_pedantic: {...require('./ja.json'), ...require('./ja_pedantic.json')}

maybe even rename it to ja_pedantic.partial.json to differentiate it from the rest.

how about we remove stuff present in both `ja.json` and `ja_pedantic.json` and do something like ```js ja_pedantic: {...require('./ja.json'), ...require('./ja_pedantic.json')} ``` maybe even rename it to ja_pedantic.partial.json to differentiate it from the rest.
Owner

package-lock changed, remove the changes from MR (do not remove the file, just undo the changes)

package-lock changed, remove the changes from MR (do not remove the file, just undo the changes)
Author
Member

OK. Thanks.

OK. Thanks.
Author
Member

Sorry. I reverted package-lock.json.

Sorry. I reverted `package-lock.json`.
Author
Member

Retry at #2085.

Retry at #2085.

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pleroma/pleroma-fe!2079
No description provided.