Reorganise constants, and add ISO language codes in order to drop dependency pycountry
This commit is contained in:
+17
-17
@@ -26,21 +26,21 @@ from nw.gui.tools.dochighlight import GuiDocHighlighter
|
||||
from nw.gui.tools.wordcounter import WordCounter
|
||||
|
||||
__all__ = [
|
||||
GuiMainMenu,
|
||||
GuiMainStatus,
|
||||
GuiConfigEditor,
|
||||
GuiExport,
|
||||
GuiItemEditor,
|
||||
GuiProjectEditor,
|
||||
GuiSessionLogView,
|
||||
GuiTimeLineView,
|
||||
GuiDocDetails,
|
||||
GuiDocEditor,
|
||||
GuiDocTree,
|
||||
GuiDocViewer,
|
||||
GuiNoticeBar,
|
||||
GuiSearchBar,
|
||||
GuiDocViewDetails,
|
||||
GuiDocHighlighter,
|
||||
WordCounter,
|
||||
"GuiMainMenu",
|
||||
"GuiMainStatus",
|
||||
"GuiConfigEditor",
|
||||
"GuiExport",
|
||||
"GuiItemEditor",
|
||||
"GuiProjectEditor",
|
||||
"GuiSessionLogView",
|
||||
"GuiTimeLineView",
|
||||
"GuiDocDetails",
|
||||
"GuiDocEditor",
|
||||
"GuiDocTree",
|
||||
"GuiDocViewer",
|
||||
"GuiNoticeBar",
|
||||
"GuiSearchBar",
|
||||
"GuiDocViewDetails",
|
||||
"GuiDocHighlighter",
|
||||
"WordCounter",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user