Skip to content

Commit

Permalink
shell: Drop obsolete po globs
Browse files Browse the repository at this point in the history
The Python bridge has never implemented them. These now just cause a lot
of 404 error message noise when starting a Cockpit session.
  • Loading branch information
martinpitt committed Jan 13, 2025
1 parent 23a9713 commit cea56d8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/shell/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
<link href="../../static/branding.css" rel="stylesheet" />
<script src="../base1/cockpit.js"></script>
<script src="../manifests.js"></script>
<!-- HACK: C bridge loads translations via glob and Python via manifest.js -->
<script src="../*/po.manifest.js"></script>
<script src="../*/po.js"></script>
<script src="po.js"></script>
<script src="shell.js"></script>
</head>
Expand Down

0 comments on commit cea56d8

Please sign in to comment.