Skip to content

Commit

Permalink
add static directory to git tree
Browse files Browse the repository at this point in the history
  • Loading branch information
AbstractUmbra committed Feb 2, 2025
1 parent 69bc6e7 commit 8dcee20
Show file tree
Hide file tree
Showing 83 changed files with 287,350 additions and 4 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ configs/
duckling/
extensions/
logs/
static/
schemas/
**/*.ipynb
docker-compose.yaml
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ __pycache__/
*.py[cod]

.pdm-python
static/
configs/**/*
*.log*
**/[!__]_*.py
Expand Down
2 changes: 1 addition & 1 deletion extensions/fun.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ async def translate(

def _draw_words(self, text: str) -> io.BytesIO:
text = fill(text, 25)
font = ImageFont.truetype("static/fonts/W6.ttc", 60)
font = ImageFont.truetype("static/fonts/NotoSans-Bold.ttf", 60)
padding = 50

images = [Image.new("RGBA", (1, 1), color=0) for _ in range(2)]
Expand Down
2 changes: 1 addition & 1 deletion extensions/nihongo.py
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ async def jisho(self, ctx: Context, *, query: str) -> None:

def _draw_kana(self, text: str) -> BytesIO:
text = fill(text, 25, replace_whitespace=False)
font = ImageFont.truetype("static/fonts/W6.ttc", 60)
font = ImageFont.truetype("static/fonts/NotoSans-Bold.ttf", 60)
padding = 50

images = [Image.new("RGBA", (1, 1), color=0) for _ in range(2)]
Expand Down
2 changes: 1 addition & 1 deletion extensions/private
Binary file added static/fonts/NotoSans-Black.ttf
Binary file not shown.
Binary file added static/fonts/NotoSans-BlackItalic.ttf
Binary file not shown.
Binary file added static/fonts/NotoSans-Bold.ttf
Binary file not shown.
Binary file added static/fonts/NotoSans-BoldItalic.ttf
Binary file not shown.
Binary file added static/fonts/NotoSans-ExtraBold.ttf
Binary file not shown.
Binary file added static/fonts/NotoSans-ExtraBoldItalic.ttf
Binary file not shown.
Binary file added static/fonts/NotoSans-ExtraLight.ttf
Binary file not shown.
Binary file added static/fonts/NotoSans-ExtraLightItalic.ttf
Binary file not shown.
Binary file added static/fonts/NotoSans-Italic.ttf
Binary file not shown.
Binary file added static/fonts/NotoSans-Light.ttf
Binary file not shown.
Binary file added static/fonts/NotoSans-LightItalic.ttf
Binary file not shown.
Binary file added static/fonts/NotoSans-Medium.ttf
Binary file not shown.
Binary file added static/fonts/NotoSans-MediumItalic.ttf
Binary file not shown.
Binary file added static/fonts/NotoSans-Regular.ttf
Binary file not shown.
Binary file added static/fonts/NotoSans-SemiBold.ttf
Binary file not shown.
Binary file added static/fonts/NotoSans-SemiBoldItalic.ttf
Binary file not shown.
Binary file added static/fonts/NotoSans-Thin.ttf
Binary file not shown.
Binary file added static/fonts/NotoSans-ThinItalic.ttf
Binary file not shown.
Binary file added static/fonts/NotoSans_Condensed-Black.ttf
Binary file not shown.
Binary file added static/fonts/NotoSans_Condensed-BlackItalic.ttf
Binary file not shown.
Binary file added static/fonts/NotoSans_Condensed-Bold.ttf
Binary file not shown.
Binary file added static/fonts/NotoSans_Condensed-BoldItalic.ttf
Binary file not shown.
Binary file added static/fonts/NotoSans_Condensed-ExtraBold.ttf
Binary file not shown.
Binary file not shown.
Binary file added static/fonts/NotoSans_Condensed-ExtraLight.ttf
Binary file not shown.
Binary file not shown.
Binary file added static/fonts/NotoSans_Condensed-Italic.ttf
Binary file not shown.
Binary file added static/fonts/NotoSans_Condensed-Light.ttf
Binary file not shown.
Binary file added static/fonts/NotoSans_Condensed-LightItalic.ttf
Binary file not shown.
Binary file added static/fonts/NotoSans_Condensed-Medium.ttf
Binary file not shown.
Binary file added static/fonts/NotoSans_Condensed-MediumItalic.ttf
Binary file not shown.
Binary file added static/fonts/NotoSans_Condensed-Regular.ttf
Binary file not shown.
Binary file added static/fonts/NotoSans_Condensed-SemiBold.ttf
Binary file not shown.
Binary file not shown.
Binary file added static/fonts/NotoSans_Condensed-Thin.ttf
Binary file not shown.
Binary file added static/fonts/NotoSans_Condensed-ThinItalic.ttf
Binary file not shown.
Binary file added static/fonts/NotoSans_ExtraCondensed-Black.ttf
Binary file not shown.
Binary file not shown.
Binary file added static/fonts/NotoSans_ExtraCondensed-Bold.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added static/fonts/NotoSans_ExtraCondensed-Italic.ttf
Binary file not shown.
Binary file added static/fonts/NotoSans_ExtraCondensed-Light.ttf
Binary file not shown.
Binary file not shown.
Binary file added static/fonts/NotoSans_ExtraCondensed-Medium.ttf
Binary file not shown.
Binary file not shown.
Binary file added static/fonts/NotoSans_ExtraCondensed-Regular.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added static/fonts/NotoSans_ExtraCondensed-Thin.ttf
Binary file not shown.
Binary file not shown.
Binary file added static/fonts/NotoSans_SemiCondensed-Black.ttf
Binary file not shown.
Binary file not shown.
Binary file added static/fonts/NotoSans_SemiCondensed-Bold.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added static/fonts/NotoSans_SemiCondensed-Italic.ttf
Binary file not shown.
Binary file added static/fonts/NotoSans_SemiCondensed-Light.ttf
Binary file not shown.
Binary file not shown.
Binary file added static/fonts/NotoSans_SemiCondensed-Medium.ttf
Binary file not shown.
Binary file not shown.
Binary file added static/fonts/NotoSans_SemiCondensed-Regular.ttf
Binary file not shown.
Binary file added static/fonts/NotoSans_SemiCondensed-SemiBold.ttf
Binary file not shown.
Binary file not shown.
Binary file added static/fonts/NotoSans_SemiCondensed-Thin.ttf
Binary file not shown.
Binary file not shown.
2,700 changes: 2,700 additions & 0 deletions static/jlpt/n1.csv

Large diffs are not rendered by default.

1,749 changes: 1,749 additions & 0 deletions static/jlpt/n2.csv

Large diffs are not rendered by default.

2,140 changes: 2,140 additions & 0 deletions static/jlpt/n3.csv

Large diffs are not rendered by default.

669 changes: 669 additions & 0 deletions static/jlpt/n4.csv

Large diffs are not rendered by default.

719 changes: 719 additions & 0 deletions static/jlpt/n5.csv

Large diffs are not rendered by default.

Loading

0 comments on commit 8dcee20

Please sign in to comment.