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

Create zh-TW #13

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Create zh-TW #13

wants to merge 2 commits into from

Conversation

chiyi4488
Copy link

No description provided.

@HO-COOH
Copy link
Owner

HO-COOH commented Oct 6, 2023

Thank you! Please also translate the second part

@chiyi4488
Copy link
Author

@HO-COOH Added. Please review.
BTW, I think conditional expressions need change to:

if (defaultLang == L"zh-cn")
        {
            return CopyOperationNames
            {
                .Copy = L"复制",
                .Move = L"剪切",
                .Paste = L"粘贴",
                .Delete = L"删除"
            };
        }
....... // other language
else
        {
            return CopyOperationNames
            {
                .Copy = L"Copy",
                .Move = L"Move",
                .Paste = L"Paste",
                .Delete = L"Delete"
            };
        }

image

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.

None yet

2 participants