-
Notifications
You must be signed in to change notification settings - Fork 3.9k
/
config.yaml
56 lines (51 loc) · 1.48 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Configuration for i18n workflow.
locales:
- en # English - Source Language
# The locales used for fake-accented English, for testing.
dummy_locales:
- eo
- rtl # Fake testing language for Arabic
# Directories we don't search for strings.
ignore_dirs:
# Directories with no user-facing code.
- '*/migrations'
- '*/envs'
# Directories that are not our code.
- node_modules
# Directories containing files that can't have strings in them.
- conf
- docs
- '*/fonts'
- '*/img'
- '*/images'
- '*/sass'
- '*/css'
# Directories that only contain tests.
- common/test
- test_root
- '*/terrain'
- '*/spec'
- '*/tests'
- '*/djangoapps/*/features'
# Directories full of auto-generated JS
- lms/static/js/i18n
- cms/static/js/i18n
# Directories with 3rd party apps.
- src/acid-xblock
- src/code-block-timer
- src/codejail
- src/django-wiki
- src/done-xblock
- src/parse-rest
- src/geoip2
- 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
# file here, also add it to the django.po merge files below, and to the
# Makefile `extract_translations` target to ensure it makes to Transifex.
third_party:
- wiki
- edx_proctoring_proctortrack