Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DeForce committed Dec 31, 2017
1 parent b8c36a4 commit 1c7d624
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
LOG_FOLDER, GUI_TAG, TRANSLATION_FOLDER, LOG_FILE, LOG_FORMAT, get_language, get_update, ModuleLoadException
from modules.interface.types import LCStaticBox, LCText, LCBool, LCButton, LCPanel, LCSpin, LCSlider, LCChooseMultiple

VERSION = '0.3.6'
VERSION = '0.4.0'
SEM_VERSION = semantic_version.Version(VERSION)
LOG_FILES_COUNT = 5

Expand Down
2 changes: 2 additions & 0 deletions translations/en/goodgame.key
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ goodgame = GoodGame
goodgame.config = Settings
goodgame.config.socket = WebSocket parameters
goodgame.config.channel_name = Channel name
goodgame.config.use_channel_id = Use channel id instead of name
goodgame.config.check_viewers = Enable viewer count check
goodgame.connection_success = Connection {0} Successful
goodgame.connection_died = Connection {0} died, trying to reconnect
goodgame.connection_closed= Connection {0} closed
Expand Down
1 change: 1 addition & 0 deletions translations/en/main.key
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ settings.chat = Chat Modules

main = Main
main.gui = GUI Settings
main.gui.cli = Interactive mode in console
main.gui.show_hidden = Show hidden items
main.gui.show_icons = Show menu icons
main.gui.gui = Is GUI enabled
Expand Down
2 changes: 2 additions & 0 deletions translations/ru/goodgame.key
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ goodgame = GoodGame
goodgame.config = Настройки
goodgame.config.socket = Настройки WebSocket
goodgame.config.channel_name = Название канала
goodgame.config.use_channel_id = Использовать ID канала вместо имени
goodgame.config.check_viewers = Подсчет количества зрителей
goodgame.connection_success = Соединение к {0} установлено
goodgame.connection_died = Соединение к {0} было прервано, попытка переподключения...
goodgame.connection_closed = Соединение к {0} остановлено
Expand Down
1 change: 1 addition & 0 deletions translations/ru/main.key
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ settings.chat = Настройки чатов

main = Главные Настройки
main.gui = Настройки Интерфейса
main.gui.cli = Включить интерактивный режим в консоли
main.gui.show_hidden = Показывать скрытые вещи
main.gui.show_icons = Показывать иконки меню
main.gui.gui = Интерфейс Включен
Expand Down

0 comments on commit 1c7d624

Please sign in to comment.