change the name of cache. Now is called spot {french}

preferencesAboutTextFull
Claudio Valerio 12 years ago
parent ac031bfbb6
commit 27e4e44f5c
  1. 2
      src/frameworks/UBPlatformUtils_linux.cpp

@ -63,7 +63,7 @@ QString UBPlatformUtils::preferredTranslation(QString pFilePrefix)
QString UBPlatformUtils::preferredLanguage() QString UBPlatformUtils::preferredLanguage()
{ {
return QLocale::system().name(); return "fr";//QLocale::system().name();
} }
void UBPlatformUtils::runInstaller(const QString &installerFilePath) void UBPlatformUtils::runInstaller(const QString &installerFilePath)

Loading…
Cancel
Save