Updated + fixed translations mechanism; updated fast-sync checkpoints; bumped version

This commit is contained in:
Some Random Crypto Guy
2024-10-22 12:03:29 +01:00
parent e45fdb863c
commit 91b2ec275a
16 changed files with 26944 additions and 27580 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ namespace wallet_args
command_line::add_arg(desc_params, arg_max_concurrency);
command_line::add_arg(desc_params, arg_config_file);
i18n_set_language("translations", "monero", lang);
i18n_set_language("translations", "salvium", lang);
po::options_description desc_all;
desc_all.add(desc_general).add(desc_params);