Fix i18n from orcaslicer to snapmaker orca

This commit is contained in:
xiaoyeliu
2025-11-21 18:52:51 +08:00
parent aa834383f5
commit 4a77785b84
25 changed files with 4713 additions and 396707 deletions

View File

@@ -60,7 +60,7 @@ int main(int argc, char* argv[])
}
try {
path_to_ini = boost::filesystem::canonical(boost::filesystem::path(argv[1])).parent_path() / "resources" / "data" / "hints.ini";
path_to_pot = boost::filesystem::canonical(boost::filesystem::path(argv[2])).parent_path() / "i18n" /"OrcaSlicer.pot";
path_to_pot = boost::filesystem::canonical(boost::filesystem::path(argv[2])).parent_path() / "i18n" /"Snapmaker_Orca.pot";
} catch (std::exception&) {
std::cout << "HINTS_TO_POT FAILED: BOOST CANNONICAL" << std::endl;
return -1;