mirror of
https://github.com/fastapi-admin/fastapi-admin.git
synced 2026-03-13 10:32:25 +08:00
fix: mo
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -54,7 +54,6 @@ coverage.xml
|
||||
.pytest_cache/
|
||||
|
||||
# Translations
|
||||
*.mo
|
||||
*.pot
|
||||
|
||||
# Django stuff:
|
||||
|
||||
7
build.py
7
build.py
@@ -1,7 +0,0 @@
|
||||
import subprocess
|
||||
|
||||
|
||||
def build(setup_kwargs):
|
||||
print("Compile translations:")
|
||||
subprocess.run(["pybabel", "compile", "--directory", "fastapi_admin/locales"])
|
||||
return setup_kwargs
|
||||
BIN
fastapi_admin/locales/en_US/LC_MESSAGES/messages.mo
Normal file
BIN
fastapi_admin/locales/en_US/LC_MESSAGES/messages.mo
Normal file
Binary file not shown.
BIN
fastapi_admin/locales/fa_IR/LC_MESSAGES/messages.mo
Normal file
BIN
fastapi_admin/locales/fa_IR/LC_MESSAGES/messages.mo
Normal file
Binary file not shown.
BIN
fastapi_admin/locales/fr_FR/LC_MESSAGES/messages.mo
Normal file
BIN
fastapi_admin/locales/fr_FR/LC_MESSAGES/messages.mo
Normal file
Binary file not shown.
BIN
fastapi_admin/locales/zh_CN/LC_MESSAGES/messages.mo
Normal file
BIN
fastapi_admin/locales/zh_CN/LC_MESSAGES/messages.mo
Normal file
Binary file not shown.
@@ -3,13 +3,6 @@ authors = ["long2ice <long2ice@gmail.com>"]
|
||||
description = "A fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin."
|
||||
documentation = "https://fastapi-admin.github.io"
|
||||
homepage = "https://github.com/fastapi-admin/fastapi-admin"
|
||||
include = [
|
||||
"LICENSE",
|
||||
"README.md",
|
||||
"CHANGELOG.md",
|
||||
"fastapi_admin/locales/en_US/LC_MESSAGES/messages.mo",
|
||||
"fastapi_admin/locales/zh_CN/LC_MESSAGES/messages.mo"
|
||||
]
|
||||
keywords = ["fastapi", "admin", "dashboard", "tortoise-orm"]
|
||||
license = "Apache-2.0"
|
||||
name = "fastapi-admin"
|
||||
@@ -19,7 +12,6 @@ packages = [
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/fastapi-admin/fastapi-admin.git"
|
||||
version = "1.0.5"
|
||||
build = "build.py"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
Babel = "*"
|
||||
|
||||
Reference in New Issue
Block a user