Skip to content

Commit

Permalink
Add cs locale
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenda142 authored Oct 20, 2023
1 parent 22e76d8 commit ca418ec
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 ca418ec

Please sign in to comment.