I18n: Add Hungarian Grade 2 table translation
Hi Joanie,
I doed only a simple change my fork to present right translatable message the hungarian grade 2 table (hu-hu-g2.ctb table), similar with oldest Liblouis hu-hu-g1.ctb table. I always forgot sending this very trivial patch, so if not have string freeze jet, please merge this two line patch.
Affected files:
- src/orca/braille.py,
- src/orca/brltablenames.py
In src/orca/braille.py file I added only following simple code line:
"hu-hu-g2": brltablenames.HU_HU_G2,
In src/orca/brltablenames.py file I added following new code lines, similar with other tables:
# Translators: These is the name of a braille translation table. To learn more
# about braille translation tables, see http://en.wikipedia.org/wiki/Braille.
HU_HU_G2 = _("Hungarian Grade 2")
Thank you the possible merge before Orca 42.RC or the next future master branch version,
Attila