Skip to content

Commit

Permalink
Merge pull request #348 from FromTheMoon85/master
Browse files Browse the repository at this point in the history
Add Hungarian translation for mobile app
  • Loading branch information
Dwynr authored Feb 27, 2024
2 parents dd589c8 + a26d99f commit 50406c1
Show file tree
Hide file tree
Showing 3 changed files with 548 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/i18n/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import { ko } from "./lang/ko"
import { pt } from "./lang/pt"
import { sk } from "./lang/sk"
import { bg } from "./lang/bg"
import { hu } from "./lang/hu"

export const translations: Record<string, Record<string, string>> = {
cs,
Expand All @@ -37,7 +38,8 @@ export const translations: Record<string, Record<string, string>> = {
ko,
pt,
sk,
bg
bg,
hu
}

export const i18n = (
Expand Down
Loading

0 comments on commit 50406c1

Please sign in to comment.