mirror of
https://github.com/codybrom/blankie.git
synced 2026-05-14 07:40:35 +00:00
9fc6518093
Add complete Hungarian localization with 91 translations contributed by Balázs. This release also includes improvements to the translation import tooling to better support international contributors. Changes: - Add Hungarian (hu) language with full translation coverage - Add Balázs to translator credits - Improve blanki18n.swift CSV parser: - Support semicolon-separated CSVs (common in European locales) - Add multi-encoding support (UTF-8, Mac Central European, MacRoman, Windows-1252, ISO Latin-2) - Intelligently detect delimiter and encoding - Fix encoding detection to properly handle Hungarian characters (ő, ű, á, etc.) - Register Hungarian locale in Xcode project (knownRegions) - Update documentation to reflect 11 supported languages - Fix CodeQL workflow scheme name - Bump version to 1.0.13 Thanks to Balázs for the excellent translation work!