Procházet zdrojové kódy

Add Transifex config and package

master
David Winterbottom před 12 roky
rodič
revize
87a1e353f6
2 změnil soubory, kde provedl 10 přidání a 0 odebrání
  1. 9
    0
      .tx/config
  2. 1
    0
      requirements.txt

+ 9
- 0
.tx/config Zobrazit soubor

@@ -0,0 +1,9 @@
1
+[main]
2
+host = https://www.transifex.com
3
+
4
+[django-oscar.oscar]
5
+file_filter = oscar/locale/<lang>/LC_MESSAGES/django.po
6
+source_file = oscar/locale/en/LC_MESSAGES/django.po
7
+source_lang = en
8
+type = PO
9
+

+ 1
- 0
requirements.txt Zobrazit soubor

@@ -21,3 +21,4 @@ django-webtest==1.5.4
21 21
 pyflakes==0.5.0
22 22
 django-oscar-testsupport==0.2
23 23
 pyprof2calltree==1.1.0
24
+transifex-client==0.8

Načítá se…
Zrušit
Uložit