diff --git a/index.html b/index.html index 5693d9d..41de573 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,7 @@ function loaded() { } document.getElementById("ago").innerHTML = "Version 0.9 released "+humanized_time_span("2017/12/26", Date(), custom_date_formats)+""; - getDownloads("v0.8.7"); + getDownloads("v0.9"); } function getDownloads(tag) { @@ -158,6 +158,8 @@ function getDownloads(tag) {
Chatty is a Twitch chat client for everyone who appreciates a dedicated desktop application (similiar to a classic IRC client), but doesn't want to miss out on Twitch-specific features.
+Note that Java 8 Update 161/162 (the current stable version) contains a bug that can lead to unusual high CPU usage (at least on Windows). To prevent this, either install a different Java version yourself or download the Standalone Version which still comes bundled with Java 8 Update 151.
+Remember that you can also join languages that have already been completely translated, since future Chatty updates will likely also require more or updated translations. This is especially true now, since still not all GUI parts have been added for localization yet.
-Note that not everything can be translated yet, and the help pages probably won't be at all, since it would be too much work to keep updated. My goal for now is to make the basic functions of the program more comfortable to use for people who don't speak english as their first language.
+Note that not everything can be translated yet, and the help pages probably won't be at all, since it would be too much work to keep updated. My goal for now is to make the basic functions of the program more comfortable to use for people who don't speak English as their first language.
Language:
) or HTML codes.Translations have to be converted to be included in Chatty. Currently I'm still developing the conversion program, so I have to commit the translation files (Java properties) myself. I'll probably make the conversion program available later, or maybe even completely automate the process.
-{0,choice,1#|1<{0} }
outputs the number and a space ({0}
) only if it's greater than one.1#channel
" and "1<channels
", meaning if the parameter is 1 it will be replaced with "channel", if it's 1 or greater it will be replaced with "channels" (the plural). In this case the number should never be 0, so that's not a consideration.Translations are commited to the repository by myself, since the files have to be converted into the format I want (e.g. proper structure and order of items). The process is mostly automated. It also adds the names of contributors to each language at the top of the file (if you want to be excluded from that or want to appear with a different name, let me know).
+ +Changes of the original English strings have to be done via GitHub (the normal way via Pull Requests).
+