Skip to content

Commit 86e6f78

Browse files
committed
Add translations for multiply
1 parent bd0b575 commit 86e6f78

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

res/translations/en-US/multiply.stp_localized

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

res/translations/multiply.stp_strings

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

res/translations/zh-HK/multiply.stp_localized

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/calc/multiply/multiply.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ int main(const int _argc, const char* _argv[])
208208
program.addPosArg('a', $("multiply", "1d54da58-ec3c-4888-80a8-c40565efb603"));
209209
program.addPosArg('b', $("multiply", "3db8b80f-9667-476a-b096-9323615dd461"));
210210
program.addKeywordArg("steps", 2, $("multiply", "5ed5291e-6269-4d76-a8f8-db5eec807955"));
211-
program.addKeywordArg("decimals", MAX_DECIMALS, $("multiply", "5ed5291e-6269-4d76-a8f8-db5eec807955"));
211+
program.addKeywordArg("decimals", MAX_DECIMALS, $("multiply", "02dc437f-814b-4fe3-9fbc-c2616b0c0f4a"));
212212
program.addSwitch("profile", false, $("multiply", "eec47776-991b-40cc-9956-7227127d2c1f"));
213213
program.parseArgs();
214214

0 commit comments

Comments
 (0)