Skip to content
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

Directly Fetching Translations from Database Without Using .ftl Files #256

Open
NCura opened this issue Oct 31, 2024 · 4 comments
Open

Directly Fetching Translations from Database Without Using .ftl Files #256

NCura opened this issue Oct 31, 2024 · 4 comments
Labels
help wanted Extra attention is needed new feature Issues or pull requests that introduce new features

Comments

@NCura
Copy link
Contributor

NCura commented Oct 31, 2024

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!

@mondeja mondeja added help wanted Extra attention is needed new feature Issues or pull requests that introduce new features labels Oct 31, 2024
@mondeja
Copy link
Owner

mondeja commented Oct 31, 2024

Nope, there is currently nothing similar implemented. Do you require updates at runtime?

@NCura
Copy link
Contributor Author

NCura commented Nov 1, 2024

Yes, the goal is to deploy the server and allow the client to authenticate within the website's admin section. From there, they can submit forms to update text directly in the database, with these changes reflected in real-time on the public-facing website.

@mondeja
Copy link
Owner

mondeja commented Nov 1, 2024

PRs welcome. Related to #110.

@NCura
Copy link
Contributor Author

NCura commented Nov 1, 2024

Sure, once I tackle my todos with higher priority, I will see what I can do regarding the PR 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed new feature Issues or pull requests that introduce new features
Projects
None yet
Development

No branches or pull requests

2 participants