Skip to content

Commit 33ad94b

Browse files
Merge branch 'master' into update_kobocollect_requirements
2 parents 8a74ec6 + fcb5699 commit 33ad94b

File tree

449 files changed

+439
-1419
lines changed

Some content is hidden

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

449 files changed

+439
-1419
lines changed

.github/workflows/prod.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ jobs:
8484
- name: Build Spanish documentation
8585
run: sphinx-build -b html locales/es _build/html/es
8686

87-
- name: Build French documentation
88-
run: sphinx-build -b html locales/fr _build/html/fr
87+
# - name: Build French documentation
88+
# run: sphinx-build -b html locales/fr _build/html/fr
8989

90-
- name: Build Arabic documentation
91-
run: sphinx-build -b html locales/ar _build/html/ar
90+
# - name: Build Arabic documentation
91+
# run: sphinx-build -b html locales/ar _build/html/ar
9292

9393
- name: Disable Jekyll
9494
run: touch _build/html/.nojekyll

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -67,19 +67,7 @@ sphinx-build -b html locales/ar _build/html/ar
6767

6868
1. Create the translated file in `locales/[lang]/` with the same filename as the English version (e.g., `locales/es/new_article.md`)
6969
2. Add the file to the corresponding `locales/[lang]/index.rst` toctree
70-
3. Add language switcher links at the top of each version:
71-
72-
**For English files** (`source/article.md`):
73-
```html
74-
<a href="fr/article.html">Lire en français</a> | <a href="es/article.html">Leer en español</a> | <a href="ar/article.html">اقرأ باللغة العربية</a>
75-
```
76-
77-
**For translated files** (`locales/es/article.md`, `locales/fr/article.md`, `locales/ar/article.md`):
78-
```html
79-
<a href="../article.html">Read in English</a> | <a href="../fr/article.html">Lire en français</a> | <a href="../es/article.html">Leer en español</a> | <a href="../ar/article.html">اقرأ باللغة العربية</a>
80-
```
81-
82-
Note: Adjust the links to exclude the current language (e.g., Spanish article doesn't need a link to itself)
70+
3. ~~Add language switcher links at the top of each version~~ (Language switcher links have been removed)
8371

8472
## Custom theme development
8573

add_english_language_links.py

Lines changed: 0 additions & 93 deletions
This file was deleted.

add_english_language_links.sh

Lines changed: 0 additions & 43 deletions
This file was deleted.

add_english_links.py

Lines changed: 0 additions & 58 deletions
This file was deleted.

add_language_links.sh

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)