Merge pull request #34628 from openedx/feanil/fix_tx_extraction

fix: Be able to extract translations again.
This commit is contained in:
Feanil Patel
2024-04-25 23:30:52 -04:00
committed by GitHub
2 changed files with 5 additions and 0 deletions

View File

@@ -44,6 +44,8 @@ ignore_dirs:
- src/pystache-custom
- src/rate-xblock
- src/xblock-google-drive
# Ignore the file we use when translations are not setup in development environments.
- common/static/js/src/gettext_fallback.js
# Third-party installed apps that we also extract strings from. When adding a

3
conf/locale/en/LC_MESSAGES/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
# We want to ignore files in this directory which we do in the
# top-level .gitignore file but we still want this directory to
# be automatically created.