X Tutup
Skip to content

Add Hungarian locale support#687

Open
Skeleton022 wants to merge 3 commits intorendercv:mainfrom
Skeleton022:main
Open

Add Hungarian locale support#687
Skeleton022 wants to merge 3 commits intorendercv:mainfrom
Skeleton022:main

Conversation

@Skeleton022
Copy link

This PR adds a Hungarian locale for RenderCV.

The translation includes:

  • Hungarian labels for time units (év, hónap)
  • Proper singular/plural handling (Hungarian does not use plural after numbers, e.g. "2 év", not "2 évek")
  • Localized month names and abbreviations
  • Translation for the degree_with_area phrase

Example output:

  • "1 év 7 hónap"
  • "Szept. 2024 – jelenleg"
  • "BSc Mérnökinformatika szakon"

The locale follows standard Hungarian spelling conventions (lowercase month names, common abbreviations).

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.

1 participant

X Tutup