1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-22 13:34:04 +03:00

renamed chinese to zh_hans (traditional chinese)

This commit is contained in:
Adolfo Gómez García 2019-01-09 20:03:41 +01:00
parent a496fd97f1
commit 6f81892324
3 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ urlpatterns = patterns(
# Internacionalization in javascript
# Javascript catalog
(r'^jsi18n/(?P<lang>[a-z]*)$', 'web.views.jsCatalog', js_info_dict),
(r'^jsi18n/(?P<lang>[a-z-_]*)$', 'web.views.jsCatalog', js_info_dict),
)