zulip/static
Umair Khan 3b7959c308 Django 1.10: Update i18n.
Django 1.10 uses the correct locales for simplified and traditional
Chinese languages. Previous versions used 'zh_CN' and 'zh_TW'
respectively while now the locales are 'zh_Hans' and 'zh_Hant'. This
commit takes care of this transition by doing the following:

- Add a missing translation zh-hans locale so that our tests pass.
- Add zh_Hans locale directory under 'static'. Case of the local name
is important, if we use 'zh_HANS' then the compiled translations
do not work under certain conditions.
2016-12-13 21:40:43 -08:00
..
assets pep8: Fix E128 violations. 2016-12-13 10:50:14 -08:00
audio Change audible notification to a "knock" sound. 2014-02-12 17:09:39 -05:00
html Fix end tags in 404/5xx pages. 2016-07-09 17:34:49 -07:00
images docs: Add user guide for *Browse and join streams* feature. 2016-12-13 18:48:23 -08:00
js Add Date Headers to Floating Bar and Message Headers. 2016-12-13 20:36:39 -08:00
locale Django 1.10: Update i18n. 2016-12-13 21:40:43 -08:00
styles Show markdown help in message editing UI. 2016-12-13 20:49:39 -08:00
templates Show markdown help in message editing UI. 2016-12-13 20:49:39 -08:00
third Fixed compose box PM recipient typeahead handling of focus. 2016-12-07 22:13:47 -08:00
.gitignore
favicon.ico
node_modules Create static/node_modules symlink. 2016-08-25 15:32:08 -07:00
robots.txt