From 03cf19d1dda058e7fefbd446cd833e7263844a36 Mon Sep 17 00:00:00 2001 From: tduva Date: Fri, 23 Feb 2018 20:36:14 +0100 Subject: [PATCH] Update index, localization info - Switch standalone download to fixed version - Add note about 8u161/162 - Improve localization info and add notes about the export process and editing the English original file --- index.html | 6 ++++-- localization.html | 13 +++++++++---- 2 files changed, 13 insertions(+), 6 deletions(-) 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.

+

Features

-
  • Standalone Bundle (Windows executable, includes JRE, no installed Java required):
  • +
  • Standalone Bundle (Windows executable, includes JRE, no installed Java required):
  • Previous versions and source code are on GitHub
  • diff --git a/localization.html b/localization.html index 6a8b3e8..826ca8c 100644 --- a/localization.html +++ b/localization.html @@ -103,7 +103,7 @@

    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.

    Translation Guidelines

    -

    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.

    -

    Questions / Discussion

    + +

    After Translation

    +

    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).

    + +

    Other

    +

    Changes of the original English strings have to be done via GitHub (the normal way via Pull Requests).

    +