这个工具可以帮助你方便的制作和分享车队阵型。
This tool can help you easily create and share Dash Formation.
index.html。index.html by Firefox.Push your language info into language-list.js.
This is a Object for a language list item.
{
name:"English",i18n:"en",searchlist:["en","ja"],
guideURL:"http://www.puzzledragonx.com/en/awokenskill.asp?n=$1"
},
name is the name shown in the list.i18n is the language-code for your language.searchlist is the search candidate list string order when you search monster in edit window.ja,en,ko languages.(See monsters-info)guideURL is the language-code for your language.Create your language's Localisation file i18n.css and i18n.js.
The original English webpage is web/news/news.html and web/changelog/changelog.html.
Copy the two HTML files to themselves folder, change filename to news-your_language_tag.html and changelog-your_language_tag.html, and then add to Git repository.
Translate your HTML files.
Change the i18n_suffix node value in your strings.xml to your language tag.
| Language Tag | Language variant |
|---|---|
| en | English |
| zh-rCN | 简体中文(中国) |
| zh-rHK | 繁體中文(香港) |
| zh-rTW | 繁體中文(台灣) |