mirror of
https://github.com/chris2511/xca.git
synced 2026-09-12 19:51:05 +05:00
Fix detecting the language directory
This commit is contained in:
parent
284b1fa3f4
commit
44bf1b4e84
@ -277,7 +277,7 @@ const QString getUserSettingsDir()
|
||||
const QString getI18nDir()
|
||||
{
|
||||
QString qm = QStandardPaths::locate(QStandardPaths::DataLocation,
|
||||
I18N_DIR "xca.qm");
|
||||
I18N_DIR "xca_de.qm");
|
||||
return QFileInfo(qm).path();
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user