Since all projects under the LfK! org are meant to be reuseable we should think about implementing some kind of internationalization for the document generation server.
My initial ideas so far:
Add a language prefix to all templates and default to env var/en
Get the language from a query-param and default to env var/en
Switch the normal descriptions and texts in the templates to mustache-style template strings and replace them according to the current language
But I'm open for other ideas/suggestions.
Since all projects under the LfK! org are meant to be reuseable we should think about implementing some kind of internationalization for the document generation server.
My initial ideas so far:
* Add a language prefix to all templates and default to env var/en
* Get the language from a query-param and default to env var/en
* Switch the normal descriptions and texts in the templates to mustache-style template strings and replace them according to the current language
But I'm open for other ideas/suggestions.
niggl
added this to the Basic Generation milestone 2021-02-02 13:52:59 +00:00
philipp
was assigned by niggl2021-02-02 13:52:59 +00:00
niggl
self-assigned this 2021-02-02 13:52:59 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Since all projects under the LfK! org are meant to be reuseable we should think about implementing some kind of internationalization for the document generation server.
My initial ideas so far:
But I'm open for other ideas/suggestions.
I'm gonna implement the i18n basics over in #5