Skip to content

Create zh-TW#13

Open
chiyi4488 wants to merge 2 commits intoHO-COOH:masterfrom
chiyi4488:patch-1
Open

Create zh-TW#13
chiyi4488 wants to merge 2 commits intoHO-COOH:masterfrom
chiyi4488:patch-1

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.

2 participants