mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
First steps for implementing localization
* Created mo-files for Ukrainian and English languages * For this moment it works only on BedShapeDialog.
This commit is contained in:
@@ -103,6 +103,11 @@ const std::string& resources_dir()
|
||||
return g_resources_dir;
|
||||
}
|
||||
|
||||
std::string localization_dir()
|
||||
{
|
||||
return resources_dir() + "\\localization\\";
|
||||
}
|
||||
|
||||
static std::string g_data_dir;
|
||||
|
||||
void set_data_dir(const std::string &dir)
|
||||
|
||||
Reference in New Issue
Block a user