mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
- locale: move first-search locale-dir from /var/tuxbox/config/locale ...
... to /var/tuxbox/locale
This commit is contained in:
@@ -108,7 +108,8 @@ CLocaleManager::~CLocaleManager()
|
|||||||
::free(defaultDataMem);
|
::free(defaultDataMem);
|
||||||
}
|
}
|
||||||
|
|
||||||
const char * path[2] = { CONFIGDIR "/locale/", DATADIR "/neutrino/locale/"};
|
#define LOCALEDIR_VAR "/var/tuxbox/locale"
|
||||||
|
const char * path[2] = { LOCALEDIR_VAR, DATADIR "/neutrino/locale/"};
|
||||||
|
|
||||||
CLocaleManager::loadLocale_ret_t CLocaleManager::loadLocale(const char * const locale, bool asdefault)
|
CLocaleManager::loadLocale_ret_t CLocaleManager::loadLocale(const char * const locale, bool asdefault)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user