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
? 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'
}
]
The text was updated successfully, but these errors were encountered:
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.
Please confirm if you were able to download the complete files to verify that there are no more problems, thanks!
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'
}
]
The text was updated successfully, but these errors were encountered: