qbcore-framework / qb-adminmenu

Admin Menu Using MenuV
GNU General Public License v3.0
43 stars 247 forks source link

Getting this error on TxAdmin live Console [ script:qb-adminmenu] Warning: Missing phrase for key: "desc.max_mod_desc" #212

Closed omexman closed 1 year ago

omexman commented 1 year ago

When I am starting the server I am getting this Error: [ script:qb-adminmenu] Warning: Missing phrase for key: "desc.max_mod_desc"

I dont know where should the phrase be pls help

Binford2000 commented 1 year ago

Solution: In the locales/*.lua files, the following entry is missing: ["max_mod_desc"] = "Max mod your current vehicle", which is available in the english (en.lua) version. just search for: "desc = {" (without "") in the language file of your choice and add the missing entry with your desired translation.

github-actions[bot] commented 1 year ago

This issue has had 60 days of inactivity & will close within 7 days