src: load translations via po.js

/*/po.js is deprecated in the Cockpit bridge, po.js is how one normally
loads translations. Cockpit-bridge will figure out the correct
translations to return.
This commit is contained in:
Jelle van der Waa 2023-02-02 14:02:34 +01:00 committed by Justin Stephenson
parent 02c5b475c6
commit 8151aa2d49

View file

@ -28,7 +28,7 @@ along with Cockpit; If not, see <http://www.gnu.org/licenses/>.
<link rel="stylesheet" href="index.css">
<script type="text/javascript" src="../base1/cockpit.js"></script>
<script type="text/javascript" src="../*/po.js"></script>
<script type="text/javascript" src="po.js"></script>
<script type="text/javascript" src="index.js"></script>
</head>