forked from GeoNode/geonode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config
38 lines (32 loc) · 1 KB
/
config
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
[main]
host = https://www.transifex.com
[geonode.master]
file_filter = geonode/locale/<lang>/LC_MESSAGES/django.po
source_file = geonode/locale/en/LC_MESSAGES/django.po
source_lang = en
type = PO
[geonode.javascript]
file_filter = geonode/locale/<lang>/LC_MESSAGES/djangojs.po
source_file = geonode/locale/en/LC_MESSAGES/djangojs.po
source_lang = en
type = PO
#[geonode.docs-index]
#file_filter = docs/i18n/<lang>/LC_MESSAGES/index.po
#source_file = docs/i18n/en/LC_MESSAGES/index.po
#source_lang = en
#type = PO
#[geonode.docs-organizational]
#file_filter = docs/i18n/<lang>/LC_MESSAGES/organizational.po
#source_file = docs/i18n/en/LC_MESSAGES/organizational.po
#source_lang = en
#type = PO
#[geonode.docs-reference]
#file_filter = docs/i18n/<lang>/LC_MESSAGES/reference.po
#source_file = docs/i18n/en/LC_MESSAGES/reference.po
#source_lang = en
#type = PO
#[geonode.docs-tutorials]
#file_filter = docs/i18n/<lang>/LC_MESSAGES/tutorials.po
#source_file = docs/i18n/en/LC_MESSAGES/tutorials.po
#source_lang = en
#type = PO