Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Welcome to the Rockbox Technical Forums!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  The theme isn't in the chosen language
« previous next »
  • Print
Pages: [1] 2

Author Topic: The theme isn't in the chosen language  (Read 3188 times)

Offline pathe

  • Member
  • *
  • Posts: 20
The theme isn't in the chosen language
« on: February 04, 2008, 04:49:54 PM »
On my iPod photo, running on today's rockbox version,
I chose the iPodColorPlus theme.
And, as I'm french, I chose this language for the interface.

I works fine, but on the wps is written << Next >> instead of its french translation : << Suivant >>.

Is this a bug ?
Did I do something wrong ?
Is it possible to do something about it ?
Logged

Offline MarcGuay

  • Rockbox Expert
  • Member
  • *
  • Posts: 1065
Re: The theme isn't in the chosen language
« Reply #1 on: February 04, 2008, 04:56:52 PM »
Bonjour,

C'est au cause de a fait que cette texte est inscrit dans la code pour la WPS alors Rockbox ne traduire pas.  Si tu veut le changer, ouvre la fiche qui finit avec ".wps", trouve la place ou c'est ecrit "Next:" et change toi meme au "Prochaine".

-

Hi,

Rockbox doesn't translate what's written inside of WPS code so you'll have to change it yourself by modifying the .wps file.

Salut,
Marc
Logged

Offline Job Van Dam

  • Member
  • *
  • Posts: 167
Re: The theme isn't in the chosen language
« Reply #2 on: February 04, 2008, 06:38:44 PM »
Holy crap...

Sorry I'm impressed by people who know more than one language, and so well too.
Logged

Offline MarcGuay

  • Rockbox Expert
  • Member
  • *
  • Posts: 1065
Re: The theme isn't in the chosen language
« Reply #3 on: February 04, 2008, 06:42:14 PM »
Glad someone appreciates my Mutt Quebecois.  God knows people from France don't.  :)

Edit:  I just realized you're probably talking about mr. pathe, not me (stupid ego).  In which case, I was in awe as well.
Logged

Offline Job Van Dam

  • Member
  • *
  • Posts: 167
Re: The theme isn't in the chosen language
« Reply #4 on: February 04, 2008, 06:56:01 PM »
Actually I was talking about both of you.
Logged

Offline pathe

  • Member
  • *
  • Posts: 20
Re: The theme isn't in the chosen language
« Reply #5 on: February 05, 2008, 03:45:51 PM »
Thank you : it works perfectly.
Merci : ça fonctionne parfaitement.
Viel dank : es funktioniert am bestens.
Logged

Offline pathe

  • Member
  • *
  • Posts: 20
Re: The theme isn't in the chosen language
« Reply #6 on: February 05, 2008, 03:51:05 PM »
Yes the whole rockbox menu is in the language I've chosen... except the database menu, which came back to english, I don't know why and when.
But it used to be in the language I've chosen.
Any idea ?
Logged

Offline MarcGuay

  • Rockbox Expert
  • Member
  • *
  • Posts: 1065
Re: The theme isn't in the chosen language
« Reply #7 on: February 05, 2008, 04:02:04 PM »
Es-ce-que c'est juste dans la premier etage (Artist, Album, Search, etc), ou dans tous les autres aussi?  A tu modifier la tagnavi_custom_config fiche?

Is it just in the first level (Artist, Album, Search, etc), or in all of the other levels as well?  Have you modified the tagnavi_custom_config file?
Logged

Offline PaulJam

  • Member
  • *
  • Posts: 170
Re: The theme isn't in the chosen language
« Reply #8 on: February 05, 2008, 04:12:57 PM »
Hi,

the Database menu is defined in the file /.rockbox/tagnavi.config and is not localized.
You can localize it by copying the tagnavi.config file to tagnavi_custom.config and translating the english strings in that file.
But it is important that you remove the line
'%include "/.rockbox/tagnavi_custom.config"'
from the tagnavi_custom.config file.

see also:
http://www.rockbox.org/twiki/bin/view/Main/Database?topic=DataBase
Logged

Offline pathe

  • Member
  • *
  • Posts: 20
Re: The theme isn't in the chosen language
« Reply #9 on: February 06, 2008, 04:54:07 AM »
I created the tagnavi_custom.config file, commented the include line, translated the main menu...
Now the menu appears tranlated on the ipod, but under it is the untranslated version ! Two for the price of one !

Anyway : thanks for the information.
Logged

Offline bascule

  • Rockbox Expert
  • Member
  • *
  • Posts: 1298
Re: The theme isn't in the chosen language
« Reply #10 on: February 06, 2008, 05:21:28 AM »
So now you need to change the line
%root_menu "main"
to
%root_menu "whatever you called your custom menu" (normally 'custom')
Logged
DataBase fanboy and author of the totally overhauled Rockbox Sync Tool

Offline pathe

  • Member
  • *
  • Posts: 20
Re: The theme isn't in the chosen language
« Reply #11 on: February 06, 2008, 10:02:24 AM »
OK, it works fine. Thank you.

How do you display such a sign on the screen : " é " ?
If I type this, I just obtain a dotted square in place of this character.
Do I have to load another font,
or shall I write a special code,
like é in HTML ?
Logged

Offline bascule

  • Rockbox Expert
  • Member
  • *
  • Posts: 1298
Re: The theme isn't in the chosen language
« Reply #12 on: February 06, 2008, 03:54:15 PM »
Yes, you need a different Rockbox font that contains the character(s) you are wishing to use.

This extremely useful site shows a font map for the Rockbox fonts:

http://rasher.dk/rockbox/fontstats/
Logged
DataBase fanboy and author of the totally overhauled Rockbox Sync Tool

Offline pathe

  • Member
  • *
  • Posts: 20
Re: The theme isn't in the chosen language
« Reply #13 on: February 07, 2008, 09:38:01 AM »
In fact, rockbox uses the correct font and displays accented characters... except in the database menu. Is there a way to correct this ?
Logged

Offline bascule

  • Rockbox Expert
  • Member
  • *
  • Posts: 1298
Re: The theme isn't in the chosen language
« Reply #14 on: February 07, 2008, 09:43:00 AM »
So, did changing the font not work for you?

The only other reason I can think of is that you are not saving your custom tagnavi as a UTF-8 filetype, although I think even ANSI supports 'é'.
Logged
DataBase fanboy and author of the totally overhauled Rockbox Sync Tool

  • Print
Pages: [1] 2
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  The theme isn't in the chosen language
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.093 seconds with 14 queries.