8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c059b commit 70e3f06Copy full SHA for 70e3f06
.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-us 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