Browse Source

Update localName (#724)

pull/725/head
GuoHai 5 years ago
committed by GitHub
parent
commit
3ed4cefcfb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      frontend/app/shared/state/ui-languages.ts

2
frontend/app/shared/state/ui-languages.ts

@ -19,6 +19,6 @@ export module UILanguages {
localName: 'Italiano', localName: 'Italiano',
}, { }, {
iso2Code: 'zh', iso2Code: 'zh',
localName: '中国人', localName: '简体中文',
}]; }];
} }

Loading…
Cancel
Save