Skip to content

Commit

Permalink
Skip Swedish for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vuizur committed Feb 24, 2023
1 parent ca61c3a commit 15d4d1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tatoeba_to_anki/create_all_decks.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ def create_decks_for_all_languages(self) -> None:
continue
elif lang == "ms" or lang == "lv":
continue # TODO There are some issues with language codes, must investivate
elif lang == "sv":
continue # Here the dictionary is not working yet
elif lang == "fa": # Persian
lang_name = pycountry.languages.get(
alpha_3="pes"
Expand Down

0 comments on commit 15d4d1e

Please sign in to comment.