mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-05 21:47:48 +01:00
Fixed translation system
This commit is contained in:
@@ -27,10 +27,6 @@
|
||||
"error": "Erreur",
|
||||
"unknown": "Inconnu"
|
||||
},
|
||||
"omada": {
|
||||
"activeUser": "Utilisateurs actifs",
|
||||
"connectedAp": "AP connectés"
|
||||
},
|
||||
"emby": {
|
||||
"playing": "En lecture",
|
||||
"transcoding": "Transcodage",
|
||||
|
||||
@@ -28,8 +28,8 @@ export default function Component({ service }) {
|
||||
|
||||
return (
|
||||
<Container service={service}>
|
||||
<Block label="omada.connectedAp" value={t( "common number", { value: omadaData.connectedAp})} />
|
||||
<Block label="omada.activeUser" value={t( "common number", { value: omadaData.activeUser })} />
|
||||
<Block label="omada.connectedAp" value={t( "common.number", { value: omadaData.connectedAp})} />
|
||||
<Block label="omada.activeUser" value={t( "common.number", { value: omadaData.activeUser })} />
|
||||
</Container>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user