We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28c059b commit c4173d4Copy full SHA for c4173d4
.github/workflows/main.yaml
@@ -31,7 +31,7 @@ jobs:
31
- name: Install system deps
32
run: |
33
sudo apt-get update
34
- sudo apt-get install -y hunspell hunspell-el gettext language-pack-el locales-all
+ sudo apt-get install -y hunspell hunspell-el hunspell-en gettext language-pack-el language-pack-en locales-all
35
- name: Install python deps
36
37
python -m pip install -r requirements.txt
.gitignore
@@ -161,3 +161,6 @@ cython_debug/
161
162
locales/
163
.potodo/
164
+
165
+# VS Code
166
+.vscode/
0 commit comments