Skip to content

Commit

Permalink
Merge pull request #77 from duckodas/main
Browse files Browse the repository at this point in the history
Create da.lua
  • Loading branch information
GhzGarage authored Dec 23, 2023
2 parents e9e8b9e + 9866ed1 commit 3803a8b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions locales/da.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
local Translations = {
ui = {
last_location = "Seneste Placering",
confirm = "Bekræft",
where_would_you_like_to_start = "Hvor vil du gerne starte?",
}
}

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

0 comments on commit 3803a8b

Please sign in to comment.