NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums General General Discussion v
« Previous 1 2 3 4 5 … 159 Next »
Want to help with german translation!

 
  • 0 Vote(s) - 0 Average
Want to help with german translation!
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,817
Threads: 954
Joined: May 2006
#21
2022-02-16, 02:51 PM (This post was last modified: 2022-02-16, 03:23 PM by mvallevand.)
Of note for this translation to make it work you need to change the first line to show that it is UTF-8

<?xml version="1.0" encoding="UTF-8" ?>

It does looks really good though

@sub, there is one minor backend issue because the lookup doesn't handle "What's New" The hidden menu spacing could also be improved a little, the English words are pretty short so spacing them a little to match the selected size would help. Also embedded strings are problems, Today, Tomorrow, Daily, Originally aired:

Martin
sylvio2000
Offline

Member

Posts: 78
Threads: 3
Joined: Dec 2013
#22
2022-02-16, 03:05 PM
I think I have to check whats wrong with my configuration. I made the changes to the config.xml and copied the Deutsch.xml in the correct folder (docker/nextpvr/app/data/languages). But I cant see my translation in the uiclient.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,817
Threads: 954
Joined: May 2006
#23
2022-02-16, 03:16 PM (This post was last modified: 2022-02-16, 03:27 PM by mvallevand.)
You might need to restart your Docker.

In testing I did find some missing strings in generic.xml

Code:
<Translation original="All New Episodes" translated="All New Episodes"/>
  <Translation original="Conflicts" translated="Conflicts"/>
  <Translation original="Disable" translated="Disable"/>
  <Translation original="Pending" translated="Pending"/>
  <Translation original="Recurring" translated="Recurring"/>  
  <Translation original="Recurring Recordings" translated="Recurring Recordings"/>  
  <Translation original="Show:" translated="Show:"/>

Martin
sylvio2000
Offline

Member

Posts: 78
Threads: 3
Joined: Dec 2013
#24
2022-02-16, 04:29 PM
I added and translated the missing strings, restarted docker, but I cant see the translation.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,817
Threads: 954
Joined: May 2006
#25
2022-02-16, 04:36 PM
What is your docker volume command?

Martin
sylvio2000
Offline

Member

Posts: 78
Threads: 3
Joined: Dec 2013
#26
2022-02-16, 04:37 PM
docker run -d \
--name nextpvr \
--volume /volume1/docker/nextpvr/config:/config \
--volume /volume3/Filme/Aufnahmen:/recordings \
--volume /volume3/Filme/Aufnahmen:/buffer \
--volume /volume1/docker/nextpvr/app/data/languages:/app/data/languages \
--restart unless-stopped \
--env SATIP_DEVICES=http://192.168.1.20/octoserve/octonet.xml \
--net=host \
nextpvr/nextpvr_amd64Confusedtable
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,817
Threads: 954
Joined: May 2006
#27
2022-02-16, 04:40 PM
If you put Deutsch.xml in

/volume1/docker/nextpvr/config/languages

that would be

--volume /volume1/docker/nextpvr/config/languages:/app/data/languages \

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,648
Threads: 767
Joined: Nov 2003
#28
2022-02-16, 04:59 PM
There was some a bug or two in there for non-Windows environment (inconsistently looking for "Languages" vs "languages"). I've fixed this for the next build. I've also modified it to look for the "languages" folder in the User Data directory, so that the file can be more easily updated by users.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,817
Threads: 954
Joined: May 2006
#29
2022-02-16, 05:31 PM (This post was last modified: 2022-02-16, 05:49 PM by mvallevand.)
I just tried on Docker and remembered that I actually found out about the linux problem earlier. @sylvio2000 if you are really interested in seeing this work before the next version you can create this in config/scripts/PreStartup.sh

Code:
cd /app/data
ln -s  languages/Deutsch.xml  languages\Deutsch.xml

Don't forget to chmod +x

Martin
sylvio2000
Offline

Member

Posts: 78
Threads: 3
Joined: Dec 2013
#30
2022-02-16, 05:47 PM
I am confused. I cant see the translation. docker restart didnt help

Step by step: (the 2 modified files are attached)

1. my docker setup looks like this:
docker run -d \
--name nextpvr \
--volume /volume1/docker/nextpvr/config:/config \
--volume /volume3/Filme/Aufnahmen:/recordings \
--volume /volume3/Filme/Aufnahmen:/buffer \
--volume /volume1/docker/nextpvr/config/languages:/app/data/languages \
--restart unless-stopped \
--env SATIP_DEVICES=http://192.168.1.20/octoserve/octonet.xml \
--net=host \
nextpvr/nextpvr_amd64:stable

2. docker folders look like this
/volume1/docker/nextpvr/config/languages

3. the modified Deutsch.xml is in this folder:
/volume1/docker/nextpvr/config/languages

4. the modified config.xml is in this folder:
/volume1/docker/nextpvr/config
« Next Oldest | Next Newest »

Users browsing this thread: 3 Guest(s)

Pages (10): « Previous 1 2 3 4 5 … 10 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  WIP [NextPVR] CoDec Installation Walkthrough german/english ShiningDragon 6 3,510 2012-01-28, 10:46 AM
Last Post: ShiningDragon
  Conversion Translation? taz 0 1,235 2007-07-27, 05:26 PM
Last Post: taz
  VirtualDub - ...now a german trademark? ShiningDragon 12 4,597 2006-08-21, 09:33 AM
Last Post: dgeezer

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode