DSpace / dspace-angular

DSpace User Interface built on Angular.io
https://wiki.lyrasis.org/display/DSDOC8x/
BSD 3-Clause "New" or "Revised" License
124 stars 415 forks source link

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

Open lvqibin123 opened 1 month ago

lvqibin123 commented 1 month ago

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 }, 。

tdonohue commented 1 month ago

@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.