mirror of
https://github.com/dscalzi/HeliosLauncher.git
synced 2024-12-22 19:52:14 -08:00
remove html language replacement
This commit is contained in:
parent
ba8a346df4
commit
386fe01d2f
@ -45,11 +45,5 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script>
|
|
||||||
// Load language
|
|
||||||
for(let key of Object.keys(Lang.query('html'))){
|
|
||||||
document.getElementById(key).innerHTML = Lang.query(`html.${key}`)
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
@ -1,7 +1,4 @@
|
|||||||
{
|
{
|
||||||
"html": {
|
|
||||||
"avatarOverlay": "Edit"
|
|
||||||
},
|
|
||||||
"ejs": {
|
"ejs": {
|
||||||
"landing": {
|
"landing": {
|
||||||
"updateAvailableTooltip": "Update Available",
|
"updateAvailableTooltip": "Update Available",
|
||||||
|
Loading…
Reference in New Issue
Block a user