This behaves like the autotools translate target, updating the
bitcoin_en.ts and bitcoinstrings.cpp files.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGING01a30dedc54d: [CMAKE] Add a translate target
rABC01a30dedc54d: [CMAKE] Add a translate target
ninja translate
Compare the output with autotools make translate: there are 2
additional translation strings from qt/splashscreen.cpp (after D5795).
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
cmake/utils/translate.sh.in | ||
---|---|---|
25 ↗ | (On Diff #18997) | These are going away soon. Can this be delayed? |
src/qt/CMakeLists.txt | ||
---|---|---|
593 ↗ | (On Diff #19005) | If the invocation is not managed by cmake, then I don't think it makes a lot of sense to have it be detected by cmake. Case in point: you need to detect it again in the bash script. |
Comment Actions
Manage all the required programs in the shell script.
This requires the executable to be in path which shouldn't be a big deal.