Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,12 @@ testpaths = 'kolibri_explore_plugin/test'
# FIXME: Try to narrow the deprecation warnings to only those caused by
# Kolibri.
filterwarnings = 'ignore::DeprecationWarning'

# FIXME: There’s currently an old copy of this in setup.cfg as well, until we
# hard-depend on a new enough version of kolibri-tools to contain
# https://github.com/learningequality/kolibri/issues/11146
[tool.kolibri.i18n]
project = 'kolibri_explore_plugin'
locale_data_folder = 'kolibri_explore_plugin/locale'
# Glob to exclude node_modules and static folders
ignore = ['**/node_modules/**', '**/static/**']