gnucash-devel Digest, Vol 94, Issue 42

Tristan Faujour tristan.faujour at gmail.com
Mon Jan 24 04:24:56 EST 2011


>> 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?
>

No, it's not.
There is at least one French bank that uses it too.

Regards,
-- 
        Tristan


More information about the gnucash-devel mailing list