Page 31 of 93

Re: Localistion support (foreign languages)

Posted: Fri Feb 21, 2020 12:19 am
by EA3BIL
Hi,

Please find attached CATALAN.H (Also reviewed by EB3AM)

I've added missing line #149:
.priority_order = "Prio.", // MaxLen 16 (with ':' + 'Cc/DB/TA')

Compared to ITALIAN version, they show the same items in the same position.
It must be now possible to merge (or hope so...)

Cheers,

Re: Localistion support (foreign languages)

Posted: Fri Feb 21, 2020 12:34 am
by VK3KYY
EA3BIL wrote:
Fri Feb 21, 2020 12:19 am
Hi,

Please find attached CATALAN.H (Also reviewed by EB3AM)

I've added missing line #149:
.priority_order = "Prio.", // MaxLen 16 (with ':' + 'Cc/DB/TA')

Compared to ITALIAN version, they show the same items in the same position.
It must be now possible to merge (or hope so...)

Cheers,
OK

I have some other PR's to process, but I will include this in the new version, which I will release later today (21st Feb)

Re: Localistion support (foreign languages)

Posted: Fri Feb 21, 2020 12:43 am
by EA3BIL
I've PR'd it too.

#444, I hope it will be ok to be merged.

Thank you

Re: Localistion support (foreign languages)

Posted: Fri Feb 21, 2020 12:49 am
by VK3KYY
I'll use the version in the PR. Its easier and safer

Re: Localistion support (foreign languages)

Posted: Sat Feb 22, 2020 2:57 am
by EB3AM
EA3BIL wrote:
Fri Feb 21, 2020 12:19 am
Hi,

Please find attached CATALAN.H (Also reviewed by EB3AM)

I've added missing line #149:
.priority_order = "Prio.", // MaxLen 16 (with ':' + 'Cc/DB/TA')

Compared to ITALIAN version, they show the same items in the same position.
It must be now possible to merge (or hope so...)

Cheers,
VK3KYY wrote:
Fri Feb 21, 2020 12:49 am
I'll use the version in the PR. Its easier and safer
upss!
My mistake:

in catalan.h

Code: Select all

.timeSlot				= "TimeSlot",
There is an error in this line as it is used for the home screen, and TimeSlot is too long
Better go back to "TS"
Excuse me! This is the first time I have been involved in such things.

Re: Localistion support (foreign languages)

Posted: Sat Feb 22, 2020 3:19 am
by VK3KYY
EB3AM wrote:
Sat Feb 22, 2020 2:57 am
EA3BIL wrote:
Fri Feb 21, 2020 12:19 am
Hi,

Please find attached CATALAN.H (Also reviewed by EB3AM)

I've added missing line #149:
.priority_order = "Prio.", // MaxLen 16 (with ':' + 'Cc/DB/TA')

Compared to ITALIAN version, they show the same items in the same position.
It must be now possible to merge (or hope so...)

Cheers,
VK3KYY wrote:
Fri Feb 21, 2020 12:49 am
I'll use the version in the PR. Its easier and safer
upss!
My mistake:

in catalan.h

Code: Select all

.timeSlot				= "TimeSlot",
There is an error in this line as it is used for the home screen, and TimeSlot is too long
Better go back to "TS"
Excuse me! This is the first time I have been involved in such things.
what is the correct text for .timeSlot

Re: Localistion support (foreign languages)

Posted: Sat Feb 22, 2020 3:38 am
by EB3AM
VK3KYY wrote:
Sat Feb 22, 2020 3:19 am


what is the correct text for .timeSlot
the problem is not the line I mentioned before,
is here:

Code: Select all

.ts = "TimeSlot",
must be

Code: Select all

.ts = "TS",
The main screen, I understand read this line.
WhatsApp Image 2020-02-22 at 04.32.42.jpeg
WhatsApp Image 2020-02-22 at 04.32.42.jpeg (35.01 KiB) Viewed 4663 times

Re: Localistion support (foreign languages)

Posted: Sat Feb 22, 2020 3:54 am
by VK3KYY
OK.

I think I fixed that translation error

Re: Localistion support (foreign languages)

Posted: Sat Feb 22, 2020 3:57 am
by EB3AM
VK3KYY wrote:
Sat Feb 22, 2020 3:54 am
OK.

I think I fixed that translation error
Perfect, thanks! (and sorry, again)

Re: Localistion support (foreign languages)

Posted: Thu Mar 05, 2020 6:25 pm
by IU4LEG
hi guys,
Italian language updated with latest function.
73 de IU4LEG