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
Please add template support.
It would make it possible to support languages other than english by simply adding few lines to config file.
The text was updated successfully, but these errors were encountered:
All UTF8 languages are supported. Are you talking about localizing the config itself?
Sorry, something went wrong.
Maybe something like:
[templates] due_today = "today" due_tomorrow = "tomorrow" due_in = "in %d days" date_format_short = "02/01" date_format = "02/01/2006" Birthday0 = "[%s]'s birthday is %s! %s\n" Birthday = "[%s] is turning %d years old %s! %s\n" Reminder = "[%s] is due %s! %s - %s\n"
(The names of config entries is only meant as a placeholder)
Hopefully I didn't miss any template strings.
I will go with this approach, thanks for the suggestion!
No branches or pull requests
Please add template support.
It would make it possible to support languages other than english by simply adding few lines to config file.
The text was updated successfully, but these errors were encountered: