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:
parent
02c5b475c6
commit
8151aa2d49
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue