etherealengine icon indicating copy to clipboard operation
etherealengine copied to clipboard

[Bug]: Translation files with same name not working

Open hanzlamateen opened this issue 3 years ago â€ĸ 0 comments

When there are multiple translation files with same name i.e.

packages/client-core/i18n/en/user.json and packages/projects/projects/XREngine-development-test-suite/i18n/en/user.json

Then the keys in XREngine-development-test-suite's user.json does not work.

This could be possibly due to initializei18n method in client/src/util.ts not handling merge for same filenames.

hanzlamateen avatar Oct 02 '22 07:10 hanzlamateen