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

[Question] How to change text for own translations? #738

Closed
schleudertrauma opened this issue Jan 14, 2024 · 1 comment
Closed

[Question] How to change text for own translations? #738

schleudertrauma opened this issue Jan 14, 2024 · 1 comment

Comments

@schleudertrauma
Copy link

Hey friends,

i'm running Homer via docker container.
Sorry for the maybe stupid question but i am not that familiar on coding and stuff.

I tried to translate text passages in the code but homer does not show any changes.
I changed text in /www/resources/Emby-66df1d8b.js e.g. as follows:

methods:{fetchServerStatus:async function(){this.fetch("/System/info/public").then(t=>{if(t.Id)this.status="running";
into
methods:{fetchServerStatus:async function(){this.fetch("/System/info/public").then(t=>{if(t.Id)this.status="Funktional";

But Homer still shows "running" on the dashboard, even after restarting the container.

Is it possible to translate the given text into another language and how to do it? Do i have to change more files to make the translation work?

greetings
Schleudi

@bastienwirtz
Copy link
Owner

Hi there,
Translation is not supported for now, it's not possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants