Skip to content

Commit

Permalink
fix: bpt_banking fix label problem + Italian language setting as default
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Sep 30, 2024
1 parent 13b9265 commit b484e85
Show file tree
Hide file tree
Showing 3 changed files with 805 additions and 771 deletions.
2 changes: 1 addition & 1 deletion server-data/resources/[bpt_addons]/bpt_banking/config.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Config = {
Debug = false,
DrawMarker = 10,
Locale = GetConvar("esx:locale", "en"),
Locale = GetConvar("esx:locale", "it"),
EnablePeds = true,
AtmModels = { `prop_fleeca_atm`, `prop_atm_01`, `prop_atm_02`, `prop_atm_03` },
Banks = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lang": "EN",
"lang": "IT",
"__comment": "On DYNAMIC_FORM_DATA do not change 'componentName', 'elementID'!",
"EN": {
"DYNAMIC_FORM_DATA": [
Expand Down
Loading

0 comments on commit b484e85

Please sign in to comment.