sdkng44 / dota2-match-details-parser

Download Dota 2 match details in CSV and JSON format
https://www.npmjs.com/package/dota2-match-details-parser
MIT License
0 stars 0 forks source link

Lack of the files of language/translation? #1

Closed jeffminim closed 2 weeks ago

jeffminim commented 4 weeks ago

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 commented 4 weeks ago

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 commented 2 weeks ago

Closing this issue as solved.