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
{{ message }}
This repository was archived by the owner on Oct 23, 2023. It is now read-only.
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