| 592 | } |
| 593 | |
| 594 | static QString getLanguageName(const std::string id) |
| 595 | { |
| 596 | QLocale locale(QString::fromStdString(id)); |
| 597 | return locale.nativeLanguageName(); |
| 598 | } |
| 599 | |
| 600 | void LauncherWindow::updateAvailableLanguages() |
| 601 | { |
no outgoing calls
no test coverage detected