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
+4 -2
View File
@@ -30,7 +30,8 @@ set(common_sources
base58.cpp
command_line.cpp
dns_utils.cpp
util.cpp)
util.cpp
i18n.cpp)
set(common_headers)
@@ -46,7 +47,8 @@ set(common_private_headers
scoped_message_writer.h
unordered_containers_boost_serialization.h
util.h
varint.h)
varint.h
i18n.h)
bitmonero_private_headers(common
${common_private_headers})