![]() |
KiCad PCB EDA Suite
|
For the main application: init functions, and language selection (locale handling) More...
#include <wx/html/htmlwin.h>
#include <wx/fs_zip.h>
#include <wx/dir.h>
#include <wx/filename.h>
#include <wx/snglinst.h>
#include <wx/stdpaths.h>
#include <wx/sysopt.h>
#include <wx/richmsgdlg.h>
#include <wx/filedlg.h>
#include <wx/tooltip.h>
#include <build_version.h>
#include <config_params.h>
#include <confirm.h>
#include <core/arraydim.h>
#include <dialogs/dialog_configure_paths.h>
#include <eda_base_frame.h>
#include <eda_draw_frame.h>
#include <gal/gal_display_options.h>
#include <gestfich.h>
#include <hotkeys_basic.h>
#include <id.h>
#include <kiplatform/environment.h>
#include <lockfile.h>
#include <macros.h>
#include <menus_helpers.h>
#include <paths.h>
#include <pgm_base.h>
#include <settings/common_settings.h>
#include <settings/settings_manager.h>
#include <systemdirsappend.h>
#include <trace_helpers.h>
Go to the source code of this file.
Macros | |
#define | _(s) s |
Current list of languages supported by KiCad. More... | |
#define | _(s) wxGetTranslation((s)) |
Current list of languages supported by KiCad. More... | |
Variables | |
LANGUAGE_DESCR | LanguagesList [] |
An array containing all the languages that KiCad supports. More... | |
For the main application: init functions, and language selection (locale handling)
Definition in file pgm_base.cpp.
#define _ | ( | s | ) | s |
Current list of languages supported by KiCad.
Definition at line 106 of file pgm_base.cpp.
#define _ | ( | s | ) | wxGetTranslation((s)) |
Current list of languages supported by KiCad.
Definition at line 106 of file pgm_base.cpp.
LANGUAGE_DESCR LanguagesList[] |
An array containing all the languages that KiCad supports.
Definition at line 76 of file pgm_base.cpp.
Referenced by AddMenuLanguageList(), PGM_BASE::SetLanguage(), KIWAY::SetLanguage(), PGM_BASE::SetLanguageIdentifier(), and EDA_BASE_FRAME::setupUIConditions().