diff --git a/.gitmodules b/.gitmodules index f166d25..4d6d57c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,12 @@ [submodule "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"] path = sources/3rdparty/tasks url = https://github.com/mhogomchungu/tasks.git [submodule "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"] path = sources/3rdparty/pdebug - url = https://github.com:arcan1s/qtadds-pdebug.git + url = https://github.com/qtadds-pdebug.git diff --git a/sources/3rdparty/language-config.h b/sources/3rdparty/language-config.h new file mode 100644 index 0000000..d2ddbe3 --- /dev/null +++ b/sources/3rdparty/language-config.h @@ -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 */