diff --git a/Dockerfile b/Dockerfile index e930563..d179903 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN mkdir -p /fastapi-admin WORKDIR /fastapi-admin COPY pyproject.toml poetry.lock /fastapi-admin/ ENV POETRY_VIRTUALENVS_CREATE false -RUN pip install --upgrade pip && pip3 install poetry && poetry install --no-root +RUN pip install --upgrade pip && pip3 install poetry && poetry install COPY . /fastapi-admin RUN poetry install && make compile diff --git a/fastapi_admin/locales/en_US/LC_MESSAGES/messages.mo b/fastapi_admin/locales/en_US/LC_MESSAGES/messages.mo index 9881587..6299020 100644 Binary files a/fastapi_admin/locales/en_US/LC_MESSAGES/messages.mo and b/fastapi_admin/locales/en_US/LC_MESSAGES/messages.mo differ diff --git a/fastapi_admin/locales/fa_IR/LC_MESSAGES/messages.mo b/fastapi_admin/locales/fa_IR/LC_MESSAGES/messages.mo index ccd099f..a585e97 100644 Binary files a/fastapi_admin/locales/fa_IR/LC_MESSAGES/messages.mo and b/fastapi_admin/locales/fa_IR/LC_MESSAGES/messages.mo differ diff --git a/fastapi_admin/locales/fr_FR/LC_MESSAGES/messages.mo b/fastapi_admin/locales/fr_FR/LC_MESSAGES/messages.mo index 6b7d473..8623e87 100644 Binary files a/fastapi_admin/locales/fr_FR/LC_MESSAGES/messages.mo and b/fastapi_admin/locales/fr_FR/LC_MESSAGES/messages.mo differ diff --git a/fastapi_admin/locales/zh_CN/LC_MESSAGES/messages.mo b/fastapi_admin/locales/zh_CN/LC_MESSAGES/messages.mo index a18ad17..64198af 100644 Binary files a/fastapi_admin/locales/zh_CN/LC_MESSAGES/messages.mo and b/fastapi_admin/locales/zh_CN/LC_MESSAGES/messages.mo differ