Localisation support (foreign languages)

DG3GSP
Posts: 153
Joined: Sun Nov 17, 2019 9:30 am
Location: Southern Germany

Re: Localistion support (foreign languages)

Post by DG3GSP » Thu Jun 11, 2020 8:29 pm

Hi Roger,

enclosed the supplemented german wordlist (VFO_EXCHANGE_TX_RX,PROMPT_VFO_COPY_RX_TO_TX...).

P.S. I had today some time to test the german voicepromts "vicki" - sounds very good for me :-)
Attachments
wordlist_german.zip
add german translation VFO_EXCHANGE_TX_RX,PROMPT_VFO_COPY_RX_TO_TX...
(2.31 KiB) Downloaded 118 times

VK3KYY
Posts: 7579
Joined: Sat Nov 16, 2019 3:25 am
Location: Melbourne, Australia

Re: Localistion support (foreign languages)

Post by VK3KYY » Fri Jun 12, 2020 5:59 am

DG3GSP wrote:
Thu Jun 11, 2020 8:29 pm
Hi Roger,

enclosed the supplemented german wordlist (VFO_EXCHANGE_TX_RX,PROMPT_VFO_COPY_RX_TO_TX...).

P.S. I had today some time to test the german voicepromts "vicki" - sounds very good for me :-)
Thanks

The changes will be in the next release

DG3GSP
Posts: 153
Joined: Sun Nov 17, 2019 9:30 am
Location: Southern Germany

Re: Localistion support (foreign languages)

Post by DG3GSP » Sat Jun 13, 2020 7:33 am

Some minor changes - improved pronunciation (VFO)
Attachments
wordlist_german.zip
Improved Spelling VFO
(2.31 KiB) Downloaded 112 times

VK3KYY
Posts: 7579
Joined: Sat Nov 16, 2019 3:25 am
Location: Melbourne, Australia

Re: Localistion support (foreign languages)

Post by VK3KYY » Sat Jun 13, 2020 11:41 am

DG3GSP wrote:
Sat Jun 13, 2020 7:33 am
Some minor changes - improved pronunciation (VFO)
Thanks Peter.

I tried to update this in all languages, but somehow I didn't update the German worklist for "VFO" into "V F O"

I am processing the files now, and these changes will be in the next release (possibly tomorrow)

DG3GSP
Posts: 153
Joined: Sun Nov 17, 2019 9:30 am
Location: Southern Germany

Re: Localistion support (foreign languages)

Post by DG3GSP » Sun Jun 28, 2020 8:11 pm

German translation update (3.9): Add voice_prompt_level_1,2 & 3
Attachments
german.zip
German translation update 3.9: Add voice_prompt_level_1,2 & 3
(3.08 KiB) Downloaded 119 times

User avatar
OK2HAD
Posts: 52
Joined: Wed Jan 08, 2020 1:10 pm
Location: Uherský Brod (Czech Republic)

Re: Localistion support (foreign languages)

Post by OK2HAD » Mon Jun 29, 2020 11:52 am

Hi,
I added a translation of the Czech language.
I tried to save the file to utf-8. Maybe it's okay.
On github, the file tells me it's not utf-8. Would it be possible to save it to github in utf-8 so that I can register it directly to github in the future?
I have the correct path: // OpenGD77-master \ firmware \ include \ user_interface \ languages //?
Attachments
czech.zip
(3.21 KiB) Downloaded 110 times

DG3GSP
Posts: 153
Joined: Sun Nov 17, 2019 9:30 am
Location: Southern Germany

Re: Localistion support (foreign languages)

Post by DG3GSP » Mon Jun 29, 2020 12:03 pm

Hi František,

you should use ANSI instead of UTF8. Otherwise it will create problems with accented characters.

I use Notepad++ to edit my language file - this editor is free (see https://notepad-plus-plus.org/ )

Edit: Sorry František - in this case i made a mistake.. Thanks Daniel
Last edited by DG3GSP on Mon Jun 29, 2020 3:29 pm, edited 1 time in total.

User avatar
F1RMB
Posts: 2596
Joined: Sat Nov 16, 2019 5:42 am
Location: Grenoble, France

Re: Localistion support (foreign languages)

Post by F1RMB » Mon Jun 29, 2020 2:40 pm

Hi Frantisek,
OK2HAD wrote:
Mon Jun 29, 2020 11:52 am
Hi,
I added a translation of the Czech language.
I tried to save the file to utf-8. Maybe it's okay.
On github, the file tells me it's not utf-8. Would it be possible to save it to github in utf-8 so that I can register it directly to github in the future?
I have the correct path: // OpenGD77-master \ firmware \ include \ user_interface \ languages //?
For Czech (and some other languages), you need to submit the translation file in UTF8, and post it here in the forum.
Because of the unsupported charset, the file needs to be processed by a special tool that remap the special character to make it usable by the firmware.

I will raise a PR for this one.

Cheers.
---
Daniel

User avatar
F1RMB
Posts: 2596
Joined: Sat Nov 16, 2019 5:42 am
Location: Grenoble, France

Re: Localistion support (foreign languages)

Post by F1RMB » Mon Jun 29, 2020 2:51 pm

Hi Frantisek,

There is something definitely new and not supported:

Code: Select all

.private_call                   = "Seznam kontaktˇ", // MaxLen: 16
the caron alone is not part of the font. I tried to check with google translate without it, and it still translate (wrongly?) as contact list

Can you confirm, 1) it's the right translation for "private call", and 2) the caron can be dropped ?.


Cheers.
---
Daniel

User avatar
OK2HAD
Posts: 52
Joined: Wed Jan 08, 2020 1:10 pm
Location: Uherský Brod (Czech Republic)

Re: Localistion support (foreign languages)

Post by OK2HAD » Mon Jun 29, 2020 4:48 pm

Hi, private_call = "Seznam Kontaktů"
F1RMB wrote:
Mon Jun 29, 2020 2:51 pm
Hi Frantisek,

There is something definitely new and not supported:

Code: Select all

.private_call                   = "Seznam kontaktˇ", // MaxLen: 16
the caron alone is not part of the font. I tried to check with google translate without it, and it still translate (wrongly?) as contact list

Can you confirm, 1) it's the right translation for "private call", and 2) the caron can be dropped ?.


Cheers.
---
Daniel

Post Reply