trackr-backend
trackr-backend copied to clipboard
Move translations to the frontend project
The translations file is served from the backend using a locale resolver. Instead, the backend should tell the frontend the preferred locale and the frontend keeps the files. Angular can load them after login when it knows the locale.