add vibe-d and D forum links to home screen

This commit is contained in:
Vadim Lopatin 2017-08-29 10:58:47 +03:00
parent ad5aafea8e
commit 98f53d6560
3 changed files with 7 additions and 1 deletions

View File

@ -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;
}

View File

@ -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

View File

@ -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=Все файлы