Skip to content

Commit

Permalink
Add Lithuanian language
Browse files Browse the repository at this point in the history
  • Loading branch information
gaikaz committed Mar 21, 2024
1 parent 9d27904 commit 846ef4a
Show file tree
Hide file tree
Showing 22 changed files with 150,247 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,23 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
env:
LANGUAGES: en,lt
IS_REMOTE_BUILD: true
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install dependencies
run: pip install -r requirements.txt
- name: Make it!
- name: Build English version
env:
CURRENT_LANG: en
run: make
- name: Build Lithuanian version
env:
CURRENT_LANG: lt
run: make
- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down
1 change: 1 addition & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@
languages_names = {
'de': 'DE',
'en': 'EN',
'lt': 'LT',
'es': 'ES',
'fr': 'FR',
'it': 'IT',
Expand Down
Loading

0 comments on commit 846ef4a

Please sign in to comment.