提交 e371fe25 编写于 作者: M Mr.doob

Editor: Localised Export STL (Binary)

上级 1a7b7c5e
......@@ -281,10 +281,10 @@ Menubar.File = function ( editor ) {
options.add( option );
// Export STL (Binary)
var option = new UI.Row();
option.setClass( 'option' );
option.setTextContent( 'Export STL (Binary)' );
option.setTextContent( strings.getKey( 'menubar/file/export/stl_binary' ) );
option.onClick( function () {
var exporter = new THREE.STLExporter();
......@@ -293,7 +293,7 @@ Menubar.File = function ( editor ) {
} );
options.add( option );
//
options.add( new UI.HorizontalRule() );
......
......@@ -20,7 +20,7 @@ var Strings = function ( config ) {
'menubar/file/export/gltf': 'Export GLTF',
'menubar/file/export/obj': 'Export OBJ',
'menubar/file/export/stl': 'Export STL',
// 'menubar/file/export/stl_binary': 'Export STL (Binary)',
'menubar/file/export/stl_binary': 'Export STL (Binary)',
'menubar/file/publish': 'Publish',
'menubar/edit': 'Edit',
......@@ -71,7 +71,7 @@ var Strings = function ( config ) {
'menubar/file/export/gltf': '导出GLTF',
'menubar/file/export/obj': '导出OBJ',
'menubar/file/export/stl': '导出STL',
// 'menubar/file/export/stl_binary': '导出STL(二进制)',
'menubar/file/export/stl_binary': '导出STL(二进制)',
'menubar/file/publish': '发布',
'menubar/edit': '编辑',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册