mirror of https://github.com/buggins/dlangide.git
add vibe-d and D forum links to home screen
This commit is contained in:
parent
ad5aafea8e
commit
98f53d6560
|
@ -67,6 +67,8 @@ 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_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_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_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());
|
_column2.addChild(new VSpacer());
|
||||||
contentWidget = _content;
|
contentWidget = _content;
|
||||||
|
|
|
@ -11,6 +11,8 @@ DUB_REP=DUB repository
|
||||||
DLANG_UI=DLangUI on GitHub
|
DLANG_UI=DLangUI on GitHub
|
||||||
DLANG_IDE=DLangIDE on GitHub
|
DLANG_IDE=DLangIDE on GitHub
|
||||||
DLANG_TOUR=DLang Tour
|
DLANG_TOUR=DLang Tour
|
||||||
|
DLANG_VIBED=Vibe-D
|
||||||
|
DLANG_FORUM=Dlang Forum
|
||||||
EXIT=Exit
|
EXIT=Exit
|
||||||
|
|
||||||
ALL_FILES=All files
|
ALL_FILES=All files
|
||||||
|
|
|
@ -11,6 +11,8 @@ DUB_REP=Хранилище DUB
|
||||||
DLANG_UI=DLangUI на GitHub
|
DLANG_UI=DLangUI на GitHub
|
||||||
DLANG_IDE=DLangIDE на GitHub
|
DLANG_IDE=DLangIDE на GitHub
|
||||||
DLANG_TOUR=Интерактивный тур D
|
DLANG_TOUR=Интерактивный тур D
|
||||||
|
DLANG_VIBED=Vibe-D
|
||||||
|
DLANG_FORUM=Форум D
|
||||||
EXIT=Выход
|
EXIT=Выход
|
||||||
|
|
||||||
ALL_FILES=Все файлы
|
ALL_FILES=Все файлы
|
||||||
|
|
Loading…
Reference in New Issue