Translatable strings for simplewallet

The system is mostly the Qt system, but we don't use Qt to avoid
the dependencies.

See README.i18n for details.
This commit is contained in:
moneromooo-monero 2015-07-14 20:28:25 +01:00
parent 9dc25497a2
commit 78b2eabc87
9 changed files with 1385 additions and 249 deletions

View file

@ -167,3 +167,8 @@ Dependencies: Doxygen 1.8.0 or later, Graphviz 2.28 or later (optional).
* To build, change to the root of the source code directory, and run `doxygen Doxyfile`
* If you have installed Graphviz, you can also generate in-doc diagrams by instead running `HAVE_DOT=YES doxygen Doxyfile`
* The output will be built in doc/html/
## Internationalization
See README.i18n