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

Lack of the files of language/translation? #1

Closed
jeffminim opened this issue Aug 14, 2024 · 2 comments
Closed

Lack of the files of language/translation? #1

jeffminim opened this issue Aug 14, 2024 · 2 comments
Assignees
Labels
good first issue First issue

Comments

@jeffminim
Copy link

After selecting the language, any of them:

? Select your language: 中文
[
[Error: ENOENT: no such file or directory, open './locales/zh/translation.json'] {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: './locales/zh/translation.json'
},
[Error: ENOENT: no such file or directory, open './locales/en/translation.json'] {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: './locales/en/translation.json'
}
]

@sdkng44
Copy link
Owner

sdkng44 commented Aug 14, 2024

Hello, it seems that the folder "./locales/..." was not uploaded, I've just added "./locales/..." to the repository, now it should work fine!

Please could you clone again the repository? This time it should successfully download the full files.

Also if you dont want to delete your folder and clone it again, you can locate yourself in the folder of "dota2-match-details-parser" that you already downloaded and open a CMD or Powershell and type "git pull origin main", that should download the last files.

image

image

Please confirm if you were able to download the complete files to verify that there are no more problems, thanks!

@sdkng44 sdkng44 self-assigned this Aug 14, 2024
@sdkng44 sdkng44 added the good first issue First issue label Aug 14, 2024
@sdkng44 sdkng44 pinned this issue Aug 14, 2024
@sdkng44
Copy link
Owner

sdkng44 commented Aug 28, 2024

Closing this issue as solved.

@sdkng44 sdkng44 closed this as completed Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue First issue
Projects
None yet
Development

No branches or pull requests

2 participants