Unify package name to as few places as possible without major changes

This commit is contained in:
Luke Dashjr
2015-12-09 10:53:12 +00:00
parent 348b281f8a
commit d5f46832de
29 changed files with 106 additions and 58 deletions

View File

@@ -70,6 +70,7 @@ f.write("""
#endif
""")
f.write('static const char UNUSED *bitcoin_strings[] = {\n')
f.write('QT_TRANSLATE_NOOP("bitcoin-core", "%s"),\n' % (os.getenv('PACKAGE_NAME'),))
messages.sort(key=operator.itemgetter(0))
for (msgid, msgstr) in messages:
if msgid != EMPTY: