Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translations #964

Closed
vomikan opened this issue Dec 23, 2016 · 2 comments
Closed

Translations #964

vomikan opened this issue Dec 23, 2016 · 2 comments
Assignees
Labels

Comments

@vomikan
Copy link
Member

vomikan commented Dec 23, 2016

db->ExecuteUpdate(wxString::Format("INSERT INTO INFOTABLE_V1 VALUES ('1', '%s', '%s')", wxTRANSLATE("DATAVERSION"), wxTRANSLATE("3")));
vomikan added a commit that referenced this issue Jan 4, 2017
@vomikan vomikan added the bug label Jan 5, 2017
@vomikan
Copy link
Member Author

vomikan commented Jan 5, 2017

Thre are several lines with "DATAVERSION"

C:\Dev\mmex\src\db\DB_Table_Infotable_V1.h(105):        db->ExecuteUpdate(wxString::Format("INSERT INTO INFOTABLE_V1 VALUES ('1', '%s', '%s')", wxTRANSLATE("DATAVERSION"), wxTRANSLATE("3")));
  C:\Dev\mmex\src\model\Model_Infotable.cpp(46):        ins.Set("DATAVERSION", mmex::DATAVERSION);
  C:\Dev\mmex\src\model\Model_Infotable.cpp(165):    if (!this->KeyExists("DATAVERSION")) return false;
  C:\Dev\mmex\src\model\Model_Infotable.cpp(167):    return this->GetIntInfo("DATAVERSION", 0) >= mmex::MIN_DATAVERSION;

If somebody will translate "DATAVERSION" it will be bug.

@vomikan
Copy link
Member Author

vomikan commented Jan 8, 2017

I'll refer to a similar bug:
#739

@vomikan vomikan closed this as completed Jan 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants