aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/main.cpp b/main.cpp
index aaf4e81..1c9b4b7 100644
--- a/main.cpp
+++ b/main.cpp
@@ -88,8 +88,9 @@ int main(int argc, char *argv[])
#endif
app.installTranslator(&translator2);
- /*foreach(QLocale l , QLocale::matchingLocales(lang, "", "")) {
- qDebug << "l: " << l.toString();
+ /*QLocale ql(lang);
+ foreach(QLocale l , QLocale::matchingLocales(ql.language(), ql.script(), ql.country())) {
+ qDebug() << "l: " << l.bcp47Name();
}*/
// css