95173a0f33
* Should fix old uploader name in torrent view * Fix "save changes" in modtools * Modtool more colorful * Fix search bar placement in modpanel * Make colors more consistent; less would be super helpful tbqach fam * Display the old username if it's there * Fix some admin index html * Add custom icons and remove png code from all CSS * Move a good amount of cosmetic code from main to classic * Fix some weird bug with point-events; add some global icon formatting; fix mascot fucking up * Spruce up admin panel with icons on smaller viewports, along with adding trash icon * 404 redesign ;^) * Mufuyu mascot on all themes; says something slightly lewd * Fix weird user menu bug where shit would overflow |
||
---|---|---|
.. | ||
ca-es.json | ||
de-de.all.json | ||
en-us.all.json | ||
es-es.all.json | ||
fr-fr.all.json | ||
hu-hu.all.json | ||
is-is.all.json | ||
it-it.all.json | ||
ja-jp.all.json | ||
ko-kr.all.json | ||
nb-no.all.json | ||
nl-nl.all.json | ||
pt-br.all.json | ||
pt-pt.all.json | ||
README.md | ||
ro-ro.all.json | ||
ru-ru.all.json | ||
sv-se.all.json | ||
th-th.all.json | ||
zh-cn.all.json | ||
zh-tw.all.json |
After creating a new translation, create a new translation string inside "en-us.all.json", like the following:
...
},
{
"id": "language_(languageCode)_name",
"translation": "(your language name, in English)"
},
...
where languageCode is the newly created ISO code (eg. ja-jp, pt-br).