So, I know there is "glossaries" package which I can use to create abbreviations table.
But, since I'm writing my paper in Croatian I should also have a translation for that abbreviation description.
Something like this:
HTML Hyper Text Markup Language Croatian translation of HTML
PHP PHP Hyper Text Processor Croatian translation of PHP
...
Is there a way to do something like this in automated/semantic manner?
I'd like to define my abbreviations in the following way if possible:
\newacronym{html}{HTML}{Hyper Text Markup Language}{Croatian translation of HTML}
