- added the ability for advanced translation features (transifex users can download and remove custom files from the transfex website and test their work)

This commit is contained in:
Mark Vejvoda
2012-10-22 05:08:52 +00:00
parent 676b2bef3a
commit 4598299caf
8 changed files with 459 additions and 46 deletions

View File

@@ -271,6 +271,8 @@ string getFullFileArchiveExtractCommand(string fileArchiveExtractCommand,
bool executeShellCommand(string cmd,int expectedResult=IGNORE_CMD_RESULT_VALUE,ShellCommandOutputCallbackInterface *cb=NULL);
string executable_path(string exeName,bool includeExeNameInPath=false);
void saveDataToFile(string filename, string data);
bool valid_utf8_file(const char* file_name);
string getFileTextContents(string path);