i18n: init translation files that can be used by crowdin (#1760)

This commit is contained in:
Tyler Wilding
2023-04-30 16:22:56 -05:00
committed by GitHub
parent 728ef59477
commit 6d52e002b9
33 changed files with 3384 additions and 3005 deletions
@@ -86,7 +86,7 @@ Val* Compiler::compile_asm_text_file(const goos::Object& form, const goos::Objec
va_check(form, args, {goos::ObjectType::SYMBOL}, {{"files", {true, goos::ObjectType::PAIR}}});
// list of files per text version.
std::vector<std::string> inputs;
std::vector<GameTextDefinitionFile> inputs;
// what kind of text file?
const auto kind = symbol_string(args.unnamed.at(0));