qbcore-framework / qb-inventory

Slot Based Inventory System Used With QB-Core :school_satchel:
GNU General Public License v3.0
51 stars 370 forks source link

Create da.lua #449

Closed NicoDK6400 closed 9 months ago

NicoDK6400 commented 1 year ago

Description

Checklist

Edvo1901 commented 11 months ago

Can you edit your PR to fit the autoswitch locales?

for example:

if GetConvar('qb_locale', 'en') == 'da' then
    Lang = Lang or Locale:new({
        phrases = Translations,
        warnOnMissing = true,
        fallbackLang = Lang,
    })
end
github-actions[bot] commented 9 months ago

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