##// END OF EJS Templates
i18n: drop redundant english translation...
i18n: drop redundant english translation lang should thus be set empty instead of 'en', but we keep the en .mo around to avoid upgrade issues.

File last commit:

r4902:03bbd33b default
r4985:04682d9f default
Show More
.hgignore
26 lines | 282 B | text/plain | TextLexer
syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg
syntax: regexp
^rcextensions
^build
^dist/
^docs/build/
^docs/_build/
^data$
^sql_dumps/
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^kallithea\.db$
^test\.db$
^Kallithea\.egg-info$
^my\.ini$
^fabfile.py
^\.idea$