mirror of
https://github.com/kyantech/Palmr.git
synced 2025-11-02 04:53:26 +00:00
- Updated docker-compose files to include a commented-out DEFAULT_LANGUAGE variable for setting the default application language. - Modified the Dockerfile to export NEXT_PUBLIC_DEFAULT_LANGUAGE with a fallback to 'en-US'. - Enhanced documentation in the quick-start guide to reflect the new DEFAULT_LANGUAGE variable and its usage. - Updated i18n request handling to support multiple locales based on the DEFAULT_LANGUAGE environment variable.
2 lines
67 B
Plaintext
2 lines
67 B
Plaintext
API_BASE_URL=http:localhost:3333
|
|
NEXT_PUBLIC_DEFAULT_LANGUAGE=en-US |