We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for providing this neat template!
I noticed that setting the frommobilephone: option renders as Mobile phone:. Is there a way to change this label? I need a localized version.
frommobilephone:
Mobile phone:
Same for phone number and mail address.
The text was updated successfully, but these errors were encountered:
instead of just \setkomavar{frommobilephone}{$frommobilephone$} in the template
\setkomavar{frommobilephone}{$frommobilephone$}
you can redefine the label to e. g. "Mob." with \setkomavar{frommobilephone}[Mob.]{$frommobilephone$}
\setkomavar{frommobilephone}[Mob.]{$frommobilephone$}
or you introduce a new variable to use in YAML at the position of the string
Sorry, something went wrong.
No branches or pull requests
Thanks for providing this neat template!
I noticed that setting the
frommobilephone:
option renders asMobile phone:
.Is there a way to change this label? I need a localized version.
Same for phone number and mail address.
The text was updated successfully, but these errors were encountered: