Directly Fetching Translations from Database Without Using .ftl Files #256
Labels
help wanted
Extra attention is needed
new feature
Issues or pull requests that introduce new features
Hello!
I'm working on a project where I need to build a back-office system so my client can independently update certain website content, including text changes.
I’m considering fetching translations from the database, writing them to an
.ftl
file, and then retrieving them for use. However, I’m wondering if there’s a straightforward way to fetch translations directly from the database without relying on an.ftl
file.Any guidance or suggestions on this would be greatly appreciated!
Thank you!
The text was updated successfully, but these errors were encountered: