diff options
author | Aurora <a.bubnyak@gmail.com> | 2025-07-25 14:59:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-25 14:59:36 +0200 |
commit | f23821275efce5d36414ba599e3b5b5cb87644a1 (patch) | |
tree | 67ed917bd4f1048a2670d80b86370d8a56a75aa3 /templates/language.html.ep | |
parent | 2a29464490233bcd9ed55f8f874362852938377f (diff) |
add initial hungarian language support, see comments in hu_HU.po file (#278)
* add itial hungarian language support, see comments in hu_HU.po file that might need feedback
* Update hu_HU.po
"der Svájc" isn't hungarian, fixed now
* added missing trailing " for hu_HU.po
* removed comments that were approved/marked as resolved
* I10n: updated the new pre/postfixes accordingly in hu
* added 'as the crow flies' or 'beeline' translations
* language.html.ep: Fix radio button for hu-HU
---------
Co-authored-by: Birte Kristina Friesel <derf@finalrewind.org>
Diffstat (limited to 'templates/language.html.ep')
-rw-r--r-- | templates/language.html.ep | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/language.html.ep b/templates/language.html.ep index cb51746..0d14fe6 100644 --- a/templates/language.html.ep +++ b/templates/language.html.ep @@ -45,6 +45,16 @@ <div class="input-field col s12"> <div> <label> + %= radio_button language => 'hu-HU' + <span>hu-HU: magyar</span> + </label> + </div> + </div> + </div> + <div class="row"> + <div class="input-field col s12"> + <div> + <label> %= radio_button language => 'pl-PL' <span>pl-PL: Polski</span> </label> |