[libcalamaresui] Add convenience name() to LocaleLabel
This commit is contained in:
parent
0c868dbd17
commit
242d756731
@ -187,6 +187,11 @@ public:
|
||||
return m_locale;
|
||||
}
|
||||
|
||||
QString LocaleLabel::name() const
|
||||
{
|
||||
return m_locale.name();
|
||||
}
|
||||
|
||||
/** @brief Get a Qt locale for the given @p localeName
|
||||
*
|
||||
* This special-cases `sr@latin`, which is used as a translation
|
||||
|
Loading…
Reference in New Issue
Block a user