Skip to content

Commit

Permalink
Update nl.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyforce committed Dec 16, 2023
1 parent ba5c5cf commit d67ac72
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions locale/nl.lua
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,10 @@ local Translations = {
},
}

Lang = Lang or Locale:new({
phrases = Translations,
warnOnMissing = true,
})
if GetConvar('qb_locale', 'en') == 'nl' then
Lang = Locale:new({
phrases = Translations,
warnOnMissing = true,
fallbackLang = Lang,
})
end

0 comments on commit d67ac72

Please sign in to comment.