removed accents on file name

preferencesAboutTextFull
Claudio Valerio 12 years ago
parent afd70ddc62
commit e5b8f058e8
  1. 0
      resources/library/pictures/Fonds/Carroyage et lignes/quadrille grand noir.png
  2. 0
      resources/library/pictures/Fonds/Carroyage et lignes/quadrille grand noir.thumbnail.png
  3. 0
      resources/library/pictures/Fonds/Carroyage et lignes/quadrille grand vert.png
  4. 0
      resources/library/pictures/Fonds/Carroyage et lignes/quadrille grand vert.thumbnail.png
  5. 0
      resources/library/pictures/Fonds/Carroyage et lignes/quadrille petit bleu.png
  6. 0
      resources/library/pictures/Fonds/Carroyage et lignes/quadrille petit bleu.thumbnail.png
  7. 0
      resources/library/pictures/Fonds/Fonds colorees/jaune.png
  8. 0
      resources/library/pictures/Fonds/Fonds colorees/jaune.thumbnail.png
  9. 0
      resources/library/pictures/Fonds/Fonds colorees/jaune_pale.png
  10. 0
      resources/library/pictures/Fonds/Fonds colorees/jaune_pale.thumbnail.png
  11. 0
      resources/library/pictures/Fonds/Fonds colorees/rouge.png
  12. 0
      resources/library/pictures/Fonds/Fonds colorees/rouge.thumbnail.png
  13. 0
      resources/library/pictures/Fonds/Fonds colorees/rouge_pale.png
  14. 0
      resources/library/pictures/Fonds/Fonds colorees/rouge_pale.thumbnail.png
  15. 0
      resources/library/pictures/Fonds/Fonds colorees/vert.png
  16. 0
      resources/library/pictures/Fonds/Fonds colorees/vert.thumbnail.png
  17. 0
      resources/library/pictures/Fonds/Fonds colorees/vert_pale.png
  18. 0
      resources/library/pictures/Fonds/Fonds colorees/vert_pale.thumbnail.png
  19. 0
      resources/library/pictures/Fonds/Fonds colorees/violet.png
  20. 0
      resources/library/pictures/Fonds/Fonds colorees/violet.thumbnail.png
  21. 0
      resources/library/pictures/Fonds/Fonds colorees/violet_pale.png
  22. 0
      resources/library/pictures/Fonds/Fonds colorees/violet_pale.thumbnail.png
  23. 0
      resources/library/pictures/Fonds/Musique/cle de sol.png
  24. 0
      resources/library/pictures/Fonds/Musique/cle de sol.thumbnail.png
  25. 0
      resources/library/pictures/Fonds/Plateaux jeux/jeu d'echelle.jpg
  26. 0
      resources/library/pictures/Fonds/Plateaux jeux/jeu d'echelle.thumbnail.png
  27. 28
      src/frameworks/UBPlatformUtils_mac.mm

@ -184,34 +184,6 @@ void UBPlatformUtils::fadeDisplayIn()
}
}
//QString UBPlatformUtils::preferredTranslation(QString pFilePrefix)
//{
// QString qmPath;
// NSString* filePrefix = [[NSString alloc] initWithUTF8String:(const char*)(pFilePrefix.toUtf8())];
// NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
// NSString *lprojPath = [[[NSBundle mainBundle] pathForResource:@"Localizable" ofType:@"strings"] stringByDeletingLastPathComponent];
// if (lprojPath)
// {
// NSString *lang = [[lprojPath lastPathComponent] stringByDeletingPathExtension];
// NSString *translationFilePath = [lprojPath stringByAppendingPathComponent:[[filePrefix stringByAppendingString:lang] stringByAppendingPathExtension:@"qm"]];
// qmPath = QString::fromUtf8([translationFilePath UTF8String], strlen([translationFilePath UTF8String]));
// }
// [pool drain];
// return qmPath;
//}
//QString UBPlatformUtils::preferredLanguage()
//{
// QFileInfo qmFileInfo = QFileInfo(preferredTranslation("sankore_"));
// QDir lprojPath = qmFileInfo.dir();
// QFileInfo lprojFileInfo = QFileInfo(lprojPath.absolutePath());
// return lprojFileInfo.baseName();
//}
QStringList UBPlatformUtils::availableTranslations()
{
NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];

Loading…
Cancel
Save