This repository has been archived by the owner on Mar 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
babel.ini
56 lines (44 loc) · 1.52 KB
/
babel.ini
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
###########
# cc.engine
###########
[python: checkouts/creativecommons.org/python_env/src/cc.engine/cc/engine/**.py]
# Extraction from cc.engine python
[jinja2: checkouts/creativecommons.org/python_env/src/cc.engine/cc/engine/templates/**.html]
# Extract jinja templates (html)
encoding = utf-8
extensions = jinja2.ext.autoescape
[jinja2: checkouts/creativecommons.org/python_env/src/cc.engine/cc/engine/templates/**.txt]
# Extract jinja templates (text)
encoding = utf-8
extensions = jinja2.ext.autoescape
[jinja2: checkouts/creativecommons.org/python_env/src/cc.engine/cc/engine/templates/**.xml]
# Extract jinja templates (xml)
encoding = utf-8
extensions = jinja2.ext.autoescape
############
# cc.license
############
[python: checkouts/cc.license/cc/license/**.py]
# Extraction from cc.license python
###############
# cc.licenserdf
###############
[python: checkouts/cc.licenserdf/cc/licenserdf/**.py]
# Extraction from cc.licenserdf python
[ccrdf: checkouts/cc.licenserdf/cc/licenserdf/rdf/**.rdf]
# Extraction from cc.licenserdf licenses and other RDF
# ... we don't extract from licenses/ becasue rdf/index.rdf covers that
################
# cc.deedscraper
################
[python: checkouts/cc.deedscraper/src/cc/deedscraper/**.py]
# Extraction from cc.deedscraper python
[jinja2: checkouts/cc.deedscraper/src/cc/deedscraper/templates/**.html]
# Extraction from cc.deedscraper templates
encoding = utf-8
extensions = jinja2.ext.autoescape
############
# cc.i18n
############
[python: cc/i18n/**.py]
# Extraction from cc.i18n python