mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 12:25:38 -04:00
[libcalamaresui] Use modern tr() annotation
This commit is contained in:
parent
b6cd1c576a
commit
e664370b28
1 changed files with 2 additions and 1 deletions
|
@ -266,7 +266,8 @@ LocaleLabel::LocaleLabel( const QString& locale, LabelFormat format )
|
|||
: m_locale( LocaleLabel::getLocale( locale ) )
|
||||
, m_localeId( locale )
|
||||
{
|
||||
QString longFormat = QObject::tr( "%1 (%2)", "Language (Country)" );
|
||||
//: language[name] (country[name])
|
||||
QString longFormat = QObject::tr( "%1 (%2)" );
|
||||
|
||||
QString sortKey = QLocale::languageToString( m_locale.language() );
|
||||
QString languageName = m_locale.nativeLanguageName();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue