-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
feature: localization #47
Comments
@heilmela , thank you for the issue! Please propose the approach. Generally, I prefer stdlib stuff and don’t like too many external dependencies. If you want to have meet call to discuss your approach, I am open to that. Just reach out on LinkedIn to coordinate. |
https://github.com/vorlif/spreak and https://github.com/vorlif/xspreak Add Security has languages touch points if a few places, so then maybe these generic extraction tool fits the needs ? @greenpau Its actually really good because it can do extraction from golang and also from go html templates which I believe you use ? |
After having a quick chat with @greenpau i settled on not adding any dependencies and stick with the stdlib. However, due to an impending release deadline which has demanded my full attention, I've hit a roadblock. Should anyone be able to address this issue in my stead, your contribution would be greatly appreciated. I aim to revisit this matter once my schedule becomes more manageable. |
@gedw99 , looks good! |
Cheers - let me have a go . |
Im interested in using caddy in some user facing apps, which would require localization of the ui.
I would start on a PR if you'll provide some input which approach is acceptable. I would suggest to add either client side localization with data-translate (vanilla) or i18n lib.
Or on the go templating side with something like vorlif/spreak
The text was updated successfully, but these errors were encountered: