Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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 {LINK REMOVED}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