question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Editor: Question about i18n support

See original GitHub issue

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 );

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:16 (15 by maintainers)

github_iconTop GitHub Comments

1reaction
lafflancommented, Nov 1, 2018

Hello! I can’t find position, normal and uv, would you tell me?

这几个是动态获取的(These are dynamically acquired).

var attributes = geometry.attributes;

for ( var name in attributes ) {

	var attribute = attributes[ name ];

	container2.add( new UI.Text( name ).setWidth( '80px' ) );
	container2.add( new UI.Text( ( attribute.count ).format() + ' (' + attribute.itemSize + ')' ).setFontSize( '12px' ) );
	container2.add( new UI.Break() );

}
1reaction
linbingquancommented, Oct 31, 2018

@mrdoob I created a Pull Request in #15179

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

Understanding Question Editor Attribute Paths for Templating ...
Understanding Question Editor Attribute Paths for Templating and i18n ... This article explains the approach to internationalization of labels and text rendered ...
Read more >
Internationalization | Block Editor Handbook
Internationalization is the process to provide multiple language support to software, in this case WordPress. Internationalization is often abbreviated as i18n, ...
Read more >
What Is i18n? | Introduction to Internationalization - Lingoport
i18n is the process of preparing software so that it can support local languages, cultural settings, & meet the requirements of local markets....
Read more >
Internationalization (I18N) used for Smartform - SAP Community
I used I18N t code to change text editor as MS word for SAPscript and ... can you describe in more detail what...
Read more >
IntelliJ i18n-support for angular-translate - Stack Overflow
My question: Is there a plugin or settings to have the same side-by-side editing for JSON property files that are used by angular-translate?...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found