OFX not translated?
John Ralls
jralls at ceridwen.us
Fri Jan 21 14:36:54 EST 2011
On Jan 21, 2011, at 11:10 AM, Jeff Kletsky wrote:
> Digging into the source of the "Account unknown Bank unknown" string (that annoys me immensely), I looked at
>
> src/import-export/ofx/gnc-ofx-import.c
>
> and find it laden with UI-destined strings that aren't translated. For example:
>
> case OFX_DEBIT:
> strncpy(dest_string, "Generic debit", sizeof(dest_string));
> break;
> case OFX_INT:
> strncpy(dest_string, "Interest earned or paid (Note: Depends on signage of amount)", sizeof(dest_string));
> break;
> case OFX_DIV:
> strncpy(dest_string, "Dividend", sizeof(dest_string));
> break;
>
>
> Is there a reason (past time and effort) that these were not gettext-ified?
> _______________________________________________
Isn't OFX used only in the US and Canada?
Regards,
John Ralls
More information about the gnucash-devel
mailing list