is there a way to pass additional filepaths for i18n localizations like this:
`
translations/
/common/localization.en-Us.json
/site1.com/localization.en-Us.json
/site2.com/localization.en-Us.json
---> so on..
`
one method i though of was passing httpcontext accessor or direct folder name like ("/translation/site1.com"), but i can seem to find this in library.. if you can guide me where the files are grabbed maybe I can make a PR?
regards
Hi,
is there a way to pass additional filepaths for i18n localizations like this:
` translations/
` one method i though of was passing httpcontext accessor or direct folder name like ("/translation/site1.com"), but i can seem to find this in library.. if you can guide me where the files are grabbed maybe I can make a PR? regards