Browse Source

Configures fallback language

Adrien Panay 6 years ago
parent
commit
9dd82ae3c5
3 changed files with 2073 additions and 1 deletions
  1. 4 1
      .travis.yml
  2. 1 0
      tracim/development.ini.base
  3. 2068 0
      tracim/tracim/i18n/en/LC_MESSAGES/tracim.po

+ 4 - 1
.travis.yml View File

@@ -15,7 +15,10 @@ addons:
15 15
   mysql: "5.5"
16 16
 
17 17
 install:
18
-  - cd tracim && python setup.py develop; cd -
18
+  - cd tracim
19
+  - python setup.py develop
20
+  - python setup.py compile_catalog
21
+  - cd -
19 22
   - echo coveralls >> install/requirements.txt; echo
20 23
   - cat install/requirements.postgresql.txt >> install/requirements.txt; echo
21 24
   - cat install/requirements.mysql.txt >> install/requirements.txt; echo

+ 1 - 0
tracim/development.ini.base View File

@@ -32,6 +32,7 @@ cookie_secret = 3283411b-1904-4554-b0e1-883863b53080
32 32
 [app:main]
33 33
 use = egg:tracim
34 34
 full_stack = true
35
+i18n.lang = en
35 36
 
36 37
 cache_dir = %(here)s/data
37 38
 # preview generator cache directory

File diff suppressed because it is too large
+ 2068 - 0
tracim/tracim/i18n/en/LC_MESSAGES/tracim.po