Strayker-Software / Binder

Binder is a simple SaaS solution allowing you to create ToDo and custom lists of tasks in clean and readable way. You can create task from default pattern: name, description and completion indicator.
https://straykersoftware.pl
MIT License
2 stars 0 forks source link

feat(webfrontend): Add Transloco to Web Frontend #76

Closed Lukash88 closed 1 year ago

Lukash88 commented 1 year ago

Summary

Transloco library added to Web Frontend.

Details

Transloco allows user to define translations for his content using a key-value pair (e.g.):

image

Fetch the value by using the transloco pipe in the template file:

image

The result:

image

References

No external references needed.