[kmymoney] [Bug 387120] Untranslatable placeholders in csv importer
Thomas Baumgart
bugzilla_noreply at kde.org
Fri Nov 24 17:43:46 UTC 2017
https://bugs.kde.org/show_bug.cgi?id=387120
--- Comment #1 from Thomas Baumgart <tbaumgart at kde.org> ---
I must be missing something, but I do see them translatable (here for example
from the bankingwizardpage.cpp, the others are similar):
// initialize column names
m_dlg->m_colTypeName.insert(Column::Payee,i18n("Payee"));
m_dlg->m_colTypeName.insert(Column::Number,i18n("Number"));
m_dlg->m_colTypeName.insert(Column::Debit,i18n("Debit"));
m_dlg->m_colTypeName.insert(Column::Credit,i18n("Credit"));
m_dlg->m_colTypeName.insert(Column::Date,i18n("Date"));
m_dlg->m_colTypeName.insert(Column::Amount,i18n("Amount"));
m_dlg->m_colTypeName.insert(Column::Category,i18n("Category"));
m_dlg->m_colTypeName.insert(Column::Memo,i18n("Memo"));
What is it, that I don't see?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the KMyMoney-devel
mailing list