diff --git a/src/dlangide/ui/homescreen.d b/src/dlangide/ui/homescreen.d index 4fcc6ee..3a542a2 100644 --- a/src/dlangide/ui/homescreen.d +++ b/src/dlangide/ui/homescreen.d @@ -67,7 +67,9 @@ class HomeScreen : ScrollWidget { _column2.addChild(new UrlImageTextButton(null, UIString.fromId("DLANG_UI"c).value, "https://github.com/buggins/dlangui")); _column2.addChild(new UrlImageTextButton(null, UIString.fromId("DLANG_IDE"c).value, "https://github.com/buggins/dlangide")); _column2.addChild(new UrlImageTextButton(null, UIString.fromId("DLANG_TOUR"c).value, "https://tour.dlang.org/")); - + _column2.addChild(new UrlImageTextButton(null, UIString.fromId("DLANG_VIBED"c).value, "http://vibed.org/")); + _column2.addChild(new UrlImageTextButton(null, UIString.fromId("DLANG_FORUM"c).value, "http://forum.dlang.org/")); + _column2.addChild(new VSpacer()); contentWidget = _content; } diff --git a/views/res/i18n/en.ini b/views/res/i18n/en.ini index 82a8207..a939423 100644 --- a/views/res/i18n/en.ini +++ b/views/res/i18n/en.ini @@ -11,6 +11,8 @@ DUB_REP=DUB repository DLANG_UI=DLangUI on GitHub DLANG_IDE=DLangIDE on GitHub DLANG_TOUR=DLang Tour +DLANG_VIBED=Vibe-D +DLANG_FORUM=Dlang Forum EXIT=Exit ALL_FILES=All files diff --git a/views/res/i18n/ru.ini b/views/res/i18n/ru.ini index 95eee7c..e375437 100644 --- a/views/res/i18n/ru.ini +++ b/views/res/i18n/ru.ini @@ -11,6 +11,8 @@ DUB_REP=Хранилище DUB DLANG_UI=DLangUI на GitHub DLANG_IDE=DLangIDE на GitHub DLANG_TOUR=Интерактивный тур D +DLANG_VIBED=Vibe-D +DLANG_FORUM=Форум D EXIT=Выход ALL_FILES=Все файлы