Skip to content

Commit

Permalink
Merge pull request #78 from zdenda142/main
Browse files Browse the repository at this point in the history
Add cs locale
  • Loading branch information
GhzGarage authored Dec 23, 2023
2 parents 22e76d8 + ca418ec commit e9e8b9e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions locales/cs.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
local Translations = {
ui = {
last_location = "Poslední pozice",
confirm = "Potvrdit",
where_would_you_like_to_start = "Kde chcete začít?",
}
}

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

0 comments on commit e9e8b9e

Please sign in to comment.