mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-12-02 13:39:43 -06:00
83d14e1c1c
It is split into - /libgnucash (for the non-gui bits) - /gnucash (for the gui) - /common (misc source files used by both) - /bindings (currently only holds python bindings) This is the first step in restructuring the code. It will need much more fine tuning later on.
11 lines
313 B
Plaintext
11 lines
313 B
Plaintext
|
|
After loading this module, you must also call
|
|
|
|
(gnc:setup-gettext)
|
|
(setlocale LC_ALL "")
|
|
|
|
at some point to finish initializing the app. This is not done
|
|
automatically from gncmod-app-utils.c via app-utils.scm because you
|
|
may need to handle setlocale yourself (or you may already have other
|
|
code that does).
|