This commit is contained in:
lzwdgc 2024-02-12 21:39:42 +03:00
parent 8841de8a9e
commit 091dd3cbe9

View file

@ -1,5 +1,5 @@
/* /*
* AIM db_extractor * AIM db_add_language
* Copyright (C) 2017 lzwdgc * Copyright (C) 2017 lzwdgc
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
@ -16,6 +16,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
// This program can add db localization into P4 (not into original game)
// using original db
// and google/yandex services for automatic translation.
#include <common.h> #include <common.h>
#include <db.h> #include <db.h>