mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Finalize rename / move.
This commit is contained in:
@@ -181,7 +181,7 @@ inline LangString " << entry.key << "(" << params.join(QString(", ")) << ") {\n\
|
||||
bool Generator::writeSource() {
|
||||
source_ = std::make_unique<common::CppFile>(basePath_ + ".cpp", project_);
|
||||
|
||||
source_->include("lang.h").pushNamespace().stream() << "\
|
||||
source_->include("lang/lang_keys.h").pushNamespace().stream() << "\
|
||||
const char *_langKeyNames[lngkeys_cnt] = {\n\
|
||||
\n";
|
||||
for (auto &entry : langpack_.entries) {
|
||||
|
Reference in New Issue
Block a user