Skip to content

Conversation

SjurdVrancken
Copy link
Contributor

Describe Pull request
Added the translations in Dutch (NL) into the locales.

If your PR is to fix an issue mention that issue here

Questions (please complete the following information):

  • Have you personally loaded this code into an updated qbcore project and checked all it's functionality? [yes] (Be honest)
  • Does your code fit the style guidelines? [yes]
  • Does your PR fit the contribution guidelines? [yes]

Copy link

@ForgeXsLice ForgeXsLice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

44 to 47 =

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

@SjurdVrancken
Copy link
Contributor Author

44 to 47 =

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

Added the missing part :)

@GhzGarage GhzGarage merged commit 391ec2a into qbcore-framework:main Nov 13, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants