Skip to content

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

@lvqibin123

Description

@lvqibin123

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

Metadata

Metadata

Labels

i18n / l10nInternationalisation and localisation, related to message catalogsnew feature

Type

No type

Projects

Status

📋 To Do

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions