mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Revert "Bug 118391 - Long currency names untranslated"
This reverts commit 9f984c05eb
.
The change causes the windows build to crash. Needs more
investigation.
This commit is contained in:
parent
f7b0cb65bc
commit
f168cb2e1f
@ -729,7 +729,6 @@ main(int argc, char ** argv)
|
||||
#ifdef HAVE_GETTEXT
|
||||
{
|
||||
gchar *localedir = gnc_path_get_localedir();
|
||||
bindtextdomain("iso_4217", localedir); // For win32 to find currency name translations
|
||||
bindtextdomain(GETTEXT_PACKAGE, localedir);
|
||||
textdomain(GETTEXT_PACKAGE);
|
||||
bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8");
|
||||
|
Loading…
Reference in New Issue
Block a user