-
Notifications
You must be signed in to change notification settings - Fork 676
fix: use pinyin instead of Chinese in file name for leetcode-cn problem #168
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
Conversation
@poppinlp Thank you for providing the fix.
Hmm, what I'm actually thinking is that can we make sure that using Pinyin
is better than Chinese
for our users. At least for me, I have no answers to this question now.
So my suggestion is we can just leave this fix for a while, wait for our users' feedback and decide where we should go, what do you think?
For me, I think it's a little bit strange to use Chinese in a file name.
But I agree with you that we could wait for more feedback. :)
Can we fetch the meta information from leetcode and use it in leetcode-cn?
Can we fetch the meta information from leetcode and use it in leetcode-cn?
Do you mean make the problem from leetcode-cn
has the same name as those from leetcode
, instead of using Chinese name?
Can we fetch the meta information from leetcode and use it in leetcode-cn?
Do you mean make the problem from
leetcode-cn
has the same name as those fromleetcode
, instead of using Chinese name?
Yes, that is what I mean.
Cool, That seems a better solution. Do you want to have a look into this?
Seems this PR is outdated with lots of conflicts. We may create another one for that solution.
This PR is for #166