I can't change Interface language , it only show english

export default {
  config: {
    locales: ["zh-Hans"],
    translations: {
      'zh-Hans': {
        "Auth.form.email.label": "l@gmail.com",
        Users: "Lisunke",
        City: "Chinese (Simplified) (zh-Hans)",
        // Customize the label of the Content Manager table.
        Id: "2",
      },
    },
  },
  bootstrap() {},
};

This topic has been created from a Discord post (1285821828555603989) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

Hi, you will have to run yarn build after adding the locale to your src/admin/app.js file, then launch the project and going to your profile setting, you should be able to see Chinese as an option in the dropdown menu now :slightly_smiling_face: