mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
translate currency names
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9049 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
2a59a9cad1
commit
5caa298fb0
@ -33,7 +33,7 @@ exec guile -s $0 "$@"
|
|||||||
output-port "
|
output-port "
|
||||||
{
|
{
|
||||||
const char *fullname = ~S;
|
const char *fullname = ~S;
|
||||||
gnc_commodity *c = gnc_commodity_new(fullname,
|
gnc_commodity *c = gnc_commodity_new(_(fullname),
|
||||||
~S,
|
~S,
|
||||||
~S,
|
~S,
|
||||||
~S,
|
~S,
|
||||||
|
Loading…
Reference in New Issue
Block a user