forked from CGM_Public/pretix_original
Add Spanish (LatAm) and improve how we count language coverage (Z#23200505) (#5308)
* Add Spanish (LatAm) and improve how we count language coverage * Apply suggestions from code review Co-authored-by: Richard Schreiber <schreiber@rami.io> * Fix license header --------- Co-authored-by: Richard Schreiber <schreiber@rami.io>
This commit is contained in:
@@ -53,7 +53,7 @@ base_patterns = [
|
||||
name='healthcheck'),
|
||||
re_path(r'^redirect/$', redirect.redir_view, name='redirect'),
|
||||
re_path(r'^site.webmanifest$', webmanifest.webmanifest, name='site.webmanifest'),
|
||||
re_path(r'^jsi18n/(?P<lang>[a-zA-Z-_]+)/$', js_catalog.js_catalog, name='javascript-catalog'),
|
||||
re_path(r'^jsi18n/(?P<lang>[a-zA-Z0-9_-]+)/$', js_catalog.js_catalog, name='javascript-catalog'),
|
||||
re_path(r'^metrics$', metrics.serve_metrics,
|
||||
name='metrics'),
|
||||
re_path(r'^csp_report/$', csp.csp_report, name='csp.report'),
|
||||
|
||||
Reference in New Issue
Block a user