You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.
I found that there are some grammar issues in sentences for challenges.
For example:
chall.name.hs Get {0} headshots {1}
The sentence above will be like "Get 50 headshots in Sandstorm". "50" fills {0} and "in Sandstorm" fills {1}. But in Japanese, it should be like "Sandstormで50回ヘッドショット". "Sandstorm" will be {0} so that "50" will be {1}. There's differences that can't be resolved easily between English and Japanese. We've talked about similar issues and we've left it as it as so that I'll open new pr that doesn't include changes for this section.
The text was updated successfully, but these errors were encountered:
I found that there are some grammar issues in sentences for challenges.
For example:
The sentence above will be like "Get 50 headshots in Sandstorm". "50" fills {0} and "in Sandstorm" fills {1}. But in Japanese, it should be like "Sandstormで50回ヘッドショット". "Sandstorm" will be {0} so that "50" will be {1}. There's differences that can't be resolved easily between English and Japanese. We've talked about similar issues and we've left it as it as so that I'll open new pr that doesn't include changes for this section.
The text was updated successfully, but these errors were encountered: