Installera Steam
logga in
|
språk
简体中文 (förenklad kinesiska)
繁體中文 (traditionell kinesiska)
日本語 (japanska)
한국어 (koreanska)
ไทย (thailändska)
Български (bulgariska)
Čeština (tjeckiska)
Dansk (danska)
Deutsch (tyska)
English (engelska)
Español – España (spanska – Spanien)
Español – Latinoamérica (spanska – Latinamerika)
Ελληνικά (grekiska)
Français (franska)
Italiano (italienska)
Bahasa Indonesia (indonesiska)
Magyar (ungerska)
Nederlands (nederländska)
Norsk (norska)
Polski (polska)
Português (portugisiska – Portugal)
Português – Brasil (portugisiska – Brasilien)
Română (rumänska)
Русский (ryska)
Suomi (finska)
Türkçe (turkiska)
Tiếng Việt (vietnamesiska)
Українська (ukrainska)
Rapportera problem med översättningen









Tried to click "Please enter your task" to write some task but nothing can be clicked
1. Close wallpaper engine and open the location of the wallpaper in *Steam\steamapps\workshop\content\431960\1469275840
2. Open file index.html in Notepad. Rewrite every Chinese sentence you see there to your language (use some translator, I recommend {LÄNK BORTTAGEN}deepL.com)
3. Save and enjoy :)
BTW, Chinese sentences are in the second part of the index file, it starts with <body id="bg" @click="changeBg"
1.把自己的背景图扔到img目录下
2.在img目录下新建一个bat文件,写入
DIR *.* /B >list.tmp
for /f "delims=" %%i in ('findstr /i ".jpg .png" list.tmp') do set /p v=""img/%%i","<nul>> list.txt
del list.tmp
3.把img目录下list.txt中的文本(除了最后一个逗号)复制到index.html中494行的中括号里,重启壁纸。
To make it English edit the file "index.html" in something like:
NotePad++
replace line 376 - 387 I suggest making a backup and check the indents are still correct (replace * with a space did this because post killed the indents):
************<input type="text" @click="foo" @keyup.enter="addTodo" v-model="newTodo" placeholder="Add a new task" title="Add A New Task!" required/>
************<button id="submit" @click="addTodo">Add</button>
********</section>
********<ul id="todolist">
************<li v-for="(todo,index) in todos" :class="{'todoC':todo.completed}" @click="todo.completed=!todo.completed">
****************{{todo.task}}
****************<button class="todoR fa fa-times" @click.stop="removeTodo(index)"></button>
************</li>
********</ul>
********<div id="info">
************<p id="remaining">{{itemsTodo.length}} Tasks To Complete!</p>
************<a href="#" id="clear" @click.prevent="clearCompleted" v-show="itemsDone.length">Clearance of completed tasks</a>
And Line 442:
var plan = window.prompt("Please Enter Your Task.");
To change the images you can either edit Line 492 that handles the look name. name formate like so "img/File.FileType" to your file names
or just dump in you images and name them the same (also will have to be same format, check line 492 for that as there are a mix of png & jpg)
Hope this helps
P.S in case you where stupid like me click on the clock to cycle the wallpaper XD