mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
*ide: translations now use OCTALHI encoding
git-svn-id: svn://ultimatepp.org/upp/trunk@2782 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
9c2ff4b2da
commit
cce84e1c0e
2 changed files with 1455 additions and 1455 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -148,7 +148,7 @@ String CreateTFile(const VectorMap<String, LngEntry>& map, const Vector<int>& ln
|
|||
}
|
||||
if(!IsNull(cfile) || rep || obsolete) {
|
||||
String id = map.GetKey(i);
|
||||
out << "T_(" << AsCString(id, 70, java ? " + " : " ", ASCSTRING_SMART)
|
||||
out << "T_(" << AsCString(id, 70, java ? " + " : " ", ASCSTRING_OCTALHI)
|
||||
<< ")\r\n";
|
||||
for(int j = 0; j < lngset.GetCount(); j++) {
|
||||
int lang = lngset[j];
|
||||
|
|
@ -170,7 +170,7 @@ String CreateTFile(const VectorMap<String, LngEntry>& map, const Vector<int>& ln
|
|||
}
|
||||
}
|
||||
out << '(' << AsCString(q >= 0 ? e.text[q] : String(), 70, java ? " + "
|
||||
: " ", ASCSTRING_SMART) << ")\r\n";
|
||||
: " ", ASCSTRING_OCTALHI) << ")\r\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue