Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write a conversion function that maps lang_id to human-readable name #718

Closed
dmitry-kabanov opened this issue May 14, 2024 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@dmitry-kabanov
Copy link
Collaborator

In error messages, it is useful to output the actual human-readable language name.
Write now, only integer identifiers are printed, which is not human-friendly.

Write an auxiliary function/hashmap, that maps the language IDs to the language names.

@dmitry-kabanov dmitry-kabanov added the enhancement New feature or request label May 14, 2024
@dmitry-kabanov
Copy link
Collaborator Author

I did this today to exercise a bit of programming while sailing in the ocean of LaTeX in the PR #720

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant