benkeen / generatedata

A powerful, feature-rich, random test data generator.
https://generatedata.com
2.2k stars 611 forks source link

Missing property 'ru' in localeFileMap.ts #831

Closed alex-scn closed 1 year ago

alex-scn commented 1 year ago

While installing i got the error :

../client/_localeFileMap.ts:3:14 - error TS2741: Property 'ru' is missing in type '{ ar: string; de: string; en: string; es: string; fr: string; hi: string; ja: string; nl: string; pt: string; ta: string; zh: string; }' but required in type 'GDLocaleMap'.

3 export const localeFileMap: GDLocaleMap = {



Found 1 error in ../client/_localeFileMap.ts:3
benkeen commented 1 year ago

Sorry about that, I'll try to take a look tonight.

benkeen commented 1 year ago

I just patched this; my local .env file hadn't been updated to include Russian, so when I ran the commands (yarn i18n) it was updated.

I've been taking a bit of a hiatus from this project while I get some other work done, but ping me if this doesn't resolve it.