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:
Raphael Michel
2025-07-17 17:06:25 +02:00
committed by GitHub
parent 3ddf759a1b
commit e2ae553c69
6 changed files with 31525 additions and 11 deletions

View File

@@ -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'),