Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dspace-angular-dspace-8.0 i18n add traditional Chinese! #3214

Open
lvqibin123 opened this issue Jul 24, 2024 · 1 comment
Open

dspace-angular-dspace-8.0 i18n add traditional Chinese! #3214

lvqibin123 opened this issue Jul 24, 2024 · 1 comment
Labels
help wanted Needs a volunteer to claim to move forward i18n / l10n Internationalisation and localisation, related to message catalogs new feature

Comments

@lvqibin123
Copy link

1.copy json5 file to src\assets\i18n
zh-CN.json5.txt
zh-TW.json5.txt
2.edit file
src\config\default-app-config.ts
languages: LangConfig[] add

{ code: 'zh-CN', label: '简体中文', active: true },
{ code: 'zh-TW', label: '繁体中文', active: true },

@lvqibin123 lvqibin123 added needs triage New issue needs triage and/or scheduling new feature labels Jul 24, 2024
@tdonohue tdonohue added i18n / l10n Internationalisation and localisation, related to message catalogs and removed needs triage New issue needs triage and/or scheduling labels Jul 24, 2024
@tdonohue
Copy link
Member

@lvqibin123 : Would you be willing to send us a GitHub Pull Request with the changes necessary to add traditional Chinese? This would be help ensure those changes can be added in a future version of 8.x.

@tdonohue tdonohue added the help wanted Needs a volunteer to claim to move forward label Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Needs a volunteer to claim to move forward i18n / l10n Internationalisation and localisation, related to message catalogs new feature
Projects
Development

No branches or pull requests

2 participants