mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-04-24 23:47:21 +00:00
ya submodules fix
This commit is contained in:
parent
4cf3c85070
commit
fc3956caf1
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -1,12 +1,12 @@
|
|||||||
[submodule "sources/3rdparty/task"]
|
[submodule "sources/3rdparty/task"]
|
||||||
path = sources/3rdparty/task
|
path = sources/3rdparty/task
|
||||||
url = https://github.com:arcan1s/qtadds-taskadds-qprocess.git
|
url = https://github.com/qtadds-task.git
|
||||||
[submodule "sources/3rdparty/tasks"]
|
[submodule "sources/3rdparty/tasks"]
|
||||||
path = sources/3rdparty/tasks
|
path = sources/3rdparty/tasks
|
||||||
url = https://github.com/mhogomchungu/tasks.git
|
url = https://github.com/mhogomchungu/tasks.git
|
||||||
[submodule "sources/3rdparty/language"]
|
[submodule "sources/3rdparty/language"]
|
||||||
path = sources/3rdparty/language
|
path = sources/3rdparty/language
|
||||||
url = https://github.com:arcan1s/qtadds-language.git
|
url = https://github.com/qtadds-language.git
|
||||||
[submodule "sources/3rdparty/pdebug"]
|
[submodule "sources/3rdparty/pdebug"]
|
||||||
path = sources/3rdparty/pdebug
|
path = sources/3rdparty/pdebug
|
||||||
url = https://github.com:arcan1s/qtadds-pdebug.git
|
url = https://github.com/qtadds-pdebug.git
|
||||||
|
12
sources/3rdparty/language-config.h
vendored
Normal file
12
sources/3rdparty/language-config.h
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
#ifndef LANGUAGE_CONFIG_H
|
||||||
|
#define LANGUAGE_CONFIG_H
|
||||||
|
|
||||||
|
|
||||||
|
// put your languages here comma separated
|
||||||
|
// the first language is default language
|
||||||
|
#define LANGUAGES "en,ru"
|
||||||
|
// language key in the configuration file
|
||||||
|
#define LANGUAGE_KEY "LANGUAGE"
|
||||||
|
|
||||||
|
|
||||||
|
#endif /* LANGUAGE_CONFIG_H */
|
Loading…
Reference in New Issue
Block a user