Adjust modloader-missing_package_json locale text

This commit is contained in:
Dev 2023-11-21 19:35:48 +00:00
parent ddb9917c6b
commit 112bbbea09

View File

@ -143,7 +143,7 @@
"modloader-main_property_points_to_nothing": "Mod %s package.json main property points to non-existing file",
"modloader-missing_akiversion_field": "Mod %s is missing the akiVersion field, most likely due to being out of date and incompatible with the current version of AKI",
"modloader-missing_dependency": "Mod {{mod}} requires {{modDependency}} to be installed.",
"modloader-missing_package_json": "Mod (%s) is missing package.json",
"modloader-missing_package_json": "Mod (%s) is missing package.json. Make sure you have checked the mods hub page for install instructions",
"modloader-missing_package_json_property": "Mod {{modName}} package.json requires {{prop}} property",
"modloader-mod_incompatible": "ModLoader: Mod (%s) is incompatible. It must implement at least one of IPostAkiLoadMod, IPostDBLoadMod, IPreAkiLoadMod",
"modloader-mod_has_no_main_property": "ModLoader: Mod (%s) is incompatible. It lacks a 'main' property",