Skip to content

Commit 8dc60bd

Browse files
committed
Fix locale tralsnation in html
1 parent 731f7cf commit 8dc60bd

53 files changed

Lines changed: 5 additions & 2 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ _build/[dh]*
22
_build/locale/.doctrees/*
33
*~
44
todolist.txt
5-
locale/en/LC_MESSAGES/*.mo
5+
*.mo
66
.zanata-cache
77
.zanata-cache/*
88
.ipynb_checkpoints

SOURCE_DOCS/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,3 +356,5 @@
356356

357357
# If false, no index is generated.
358358
#epub_use_index = True
359+
360+
locale_dirs = ['locale/']

SOURCE_DOCS/locale/en

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
en_US
-23.4 KB
Binary file not shown.
-435 Bytes
Binary file not shown.
-37.9 KB
Binary file not shown.
-8.59 KB
Binary file not shown.
Binary file not shown.
-3.1 KB
Binary file not shown.
-435 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)