Skip to content

Editor: Question about i18n support #15095

@linbingquan

Description

@linbingquan

How can I do something about I18n for three.js?
But it not useful,like this.

// ProjectDir\editor\js\Menubar.File.js
var title = new UI.Panel();
title.setClass( 'title' );
// title.setTextContent( 'File' );
title.setTextContent( '文件' );
container.add( title );

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions