Skip to content

Commit 2b19a6e

Browse files
committed
Modifiche al makefile, aggiunto gitignore
1 parent 8bc1b9c commit 2b19a6e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.mo

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
CPYTHON_CLONE := ../cpython/
1717
SPHINX_CONF := $(CPYTHON_CLONE)/Doc/conf.py
18-
LANGUAGE := {{cookiecutter.language}}
18+
LANGUAGE := it_IT
1919
VENV := ~/.venvs/python-docs-i18n/
2020
PYTHON := $(shell which python3)
2121
MODE := html

0 commit comments

Comments
 (0)