mirror of https://github.com/buggins/dlangide.git
dlang tour link in home screen
This commit is contained in:
parent
e52d812401
commit
ad5aafea8e
|
@ -66,6 +66,8 @@ class HomeScreen : ScrollWidget {
|
||||||
_column2.addChild(new UrlImageTextButton(null, UIString.fromId("DUB_REP"c).value, "http://code.dlang.org/"));
|
_column2.addChild(new UrlImageTextButton(null, UIString.fromId("DUB_REP"c).value, "http://code.dlang.org/"));
|
||||||
_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 VSpacer());
|
_column2.addChild(new VSpacer());
|
||||||
contentWidget = _content;
|
contentWidget = _content;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
v0.7.54
|
v0.7.56
|
|
@ -1,7 +1,7 @@
|
||||||
ABOUT=About DlangIDE
|
ABOUT=About DlangIDE
|
||||||
HOME=DlangIDE Home
|
HOME=DlangIDE Home
|
||||||
DESCRIPTION=D language IDE written in D
|
DESCRIPTION=D language IDE written in D
|
||||||
COPYRIGHT=(c) Vadim Lopatin 2015
|
COPYRIGHT=(c) Vadim Lopatin 2017
|
||||||
START_WITH=Start with:
|
START_WITH=Start with:
|
||||||
RECENT=Recent:
|
RECENT=Recent:
|
||||||
NO_RECENT=No recent items
|
NO_RECENT=No recent items
|
||||||
|
@ -10,6 +10,7 @@ D_LANG=D Programming Language
|
||||||
DUB_REP=DUB repository
|
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
|
||||||
EXIT=Exit
|
EXIT=Exit
|
||||||
|
|
||||||
ALL_FILES=All files
|
ALL_FILES=All files
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
ABOUT=О DlangIDE
|
ABOUT=О DlangIDE
|
||||||
HOME=Домашняя страница DlangIDE
|
HOME=Домашняя страница DlangIDE
|
||||||
DESCRIPTION=IDE для языка D написанная на D
|
DESCRIPTION=IDE для языка D написанная на D
|
||||||
COPYRIGHT=(c) Вадим Лопатин 2015
|
COPYRIGHT=(c) Вадим Лопатин 2017
|
||||||
START_WITH=Начать с:
|
START_WITH=Начать с:
|
||||||
RECENT=Недавнее:
|
RECENT=Недавнее:
|
||||||
NO_RECENT=Нет недавно открытых файлов/проектов
|
NO_RECENT=Нет недавно открытых файлов/проектов
|
||||||
|
@ -10,6 +10,7 @@ D_LANG=Язык программирования D
|
||||||
DUB_REP=Хранилище DUB
|
DUB_REP=Хранилище DUB
|
||||||
DLANG_UI=DLangUI на GitHub
|
DLANG_UI=DLangUI на GitHub
|
||||||
DLANG_IDE=DLangIDE на GitHub
|
DLANG_IDE=DLangIDE на GitHub
|
||||||
|
DLANG_TOUR=Интерактивный тур D
|
||||||
EXIT=Выход
|
EXIT=Выход
|
||||||
|
|
||||||
ALL_FILES=Все файлы
|
ALL_FILES=Все файлы
|
||||||
|
|
Loading…
Reference in New Issue