Skip to content

cannot enforce english conversion and english ui #37

@theoneakta

Description

@theoneakta

when env are used in docker they dont stick

any issues reported?

services:
  subscription-manager:
    image: ghcr.io/huhusmang/subscription-management:latest
    container_name: subscription-manager
    user: "1000:1000"
    ports:
      - "3001:3001"
    env_file:
      - .env
    volumes:
      - ./data:/app/data
    restart: unless-stopped

.env

PORT=3001
BASE_CURRENCY=CAD
CURRENCY_SYMBOL=$$
LOCALE=en-US  # <--- Add this line for Englis
DEFAULT_LANGUAGE=en-US  # Use this if LOCALE didn't work

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions