Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UIE-Tool Editor Translation #160

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SeniourMarquies
Copy link

Interface and error messages have been translated to English

Interface and error messages have been translated to English
Copy link
Member

@stevewgr stevewgr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! Very helpful, @SeniourMarquies.
Please fix the encoding though, otherwise we can't review this.

Comment on lines 110 to 122
m_UIBase.AddPropItem("Delete sound", "", PIT_BUTTON, ""); // sound ��� ����
m_UIBase.AddPropItem("Delete sound", "", PIT_BUTTON, ""); // sound ���� �����
m_UIBase.AddPropItem("Visible", "", PIT_BUTTON, ""); // visible

// image
m_UIImage.AddPropItem("Texture", "", PIT_FILE, ""); // texture
m_UIImage.AddPropItem("UV left", "", PIT_BUTTON, ""); // m_frcUVRect (UV��ǥ)
m_UIImage.AddPropItem("UV left", "", PIT_BUTTON, ""); // m_frcUVRect (UV��ǥ)
m_UIImage.AddPropItem("UV top", "", PIT_BUTTON, "");
m_UIImage.AddPropItem("UV right", "", PIT_BUTTON, "");
m_UIImage.AddPropItem("UV bottom", "", PIT_BUTTON, "");
m_UIImage.AddPropItem("Color", "", PIT_COLOR, ""); // m_Color
m_UIImage.AddPropItem("Animate Frame", "", PIT_EDIT,
""); // Animate frame �ʴ� �� �������� ���ϸ���Ʈ �� ���ΰ�?
m_UIImage.AddPropItem("Make Animation", "", PIT_BUTTON, ""); // Animation��� �����
""); // Animate frame �ʴ� �� ���������� ���ϸ���Ʈ �� ���ΰ�?
m_UIImage.AddPropItem("Make Animation", "", PIT_BUTTON, ""); // Animation��� �����
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SeniourMarquies, could you please fix the git diffs? Your text editor broke the encoding of this file, which made all Korean characters to become junk data.

@stevewgr stevewgr marked this pull request as draft October 22, 2022 11:38
@stevewgr stevewgr changed the base branch from UIE-TOOL-translation to master January 8, 2023 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants