- Posts: 268
- Forum
- News, Announcements and Feedback
- Feedback & Questions
- devo10 and devo8 should have different lang files
devo10 and devo8 should have different lang files
- suvsuv
-
Topic Author
- Offline
Less
More
31 Oct 2012 06:18 #2534
by suvsuv
devo10 and devo8 should have different lang files was created by suvsuv
As the devo10's LCD pixels is smaller, some labels/strings have to be truncated or short-cut. So I would suggest that the lang files under the filesystem are sperated into 2 sets
- FDR
-
- Offline
31 Oct 2012 06:30 #2535
by FDR
Replied by FDR on topic devo10 and devo8 should have different lang files
If you use abbrevated form in english it will find the abbrevated translation from the same one language file...
I think it would be tedious work to maintain two sets...
I think it would be tedious work to maintain two sets...
- richardclli
-
- Offline
Less
More
- Posts: 199
31 Oct 2012 07:53 #2536
by richardclli
Replied by richardclli on topic devo10 and devo8 should have different lang files
I think should use same set, just add some more properties for short form, this will be easier to maintain.
- PhracturedBlue
-
- Offline
Less
More
- Posts: 4403
31 Oct 2012 13:05 #2540
by PhracturedBlue
Replied by PhracturedBlue on topic devo10 and devo8 should have different lang files
Yeah, my goal is to have them all in one file, otherwise the translators will be unhappy.
But, if you want to have the same string translated differently for the devo8 and devo10 (hopefully this isn't actually needed) we can enhance the file-format to support that.
But, if you want to have the same string translated differently for the devo8 and devo10 (hopefully this isn't actually needed) we can enhance the file-format to support that.
- vlad_vy
-
- Offline
Less
More
- Posts: 3333
16 Nov 2012 14:12 #2932
by vlad_vy
Replied by vlad_vy on topic devo10 and devo8 should have different lang files
PB, can you repeat your message about suggested format of language file. Something like:
:Both devo8 and devo10
;devo8 only
|devo10 only
Can you implement such logic? I would like to refine russian translation for Devo10, and I need to change/shorten many text definitions, that I don't like to change at Devo8.
:Both devo8 and devo10
;devo8 only
|devo10 only
Can you implement such logic? I would like to refine russian translation for Devo10, and I need to change/shorten many text definitions, that I don't like to change at Devo8.
- FDR
-
- Offline
16 Nov 2012 14:38 #2933
by FDR
Replied by FDR on topic devo10 and devo8 should have different lang files
If I understood well, it was intended for separating the neccesary strings to different files (to reduce the final row count), not for defining multiple translations of the same string for the different transmitters, however that can be achieved too, if the given transmitter always looks for the specialized string first, anf if it doesn't find one, then read in the generic translation.
- PhracturedBlue
-
- Offline
Less
More
- Posts: 4403
16 Nov 2012 14:53 #2935
by PhracturedBlue
This was to allow the same string to have different translations.
so I would have:
:string1
translation1
|string2
translation2(devo10)
;string2
translation2(devo8)
As I said previously, it is just to indicate the concept. The actual implementation will not be exactly like this.
Replied by PhracturedBlue on topic devo10 and devo8 should have different lang files
No, we already do that.FDR wrote: If I understood well, it was intended for separating the neccesary strings to different files (to reduce the final row count), not for defining multiple translations of the same string for the different transmitters, however that can be achieved too, if the given transmitter always looks for the specialized string first, anf if it doesn't find one, then read in the generic translation.
This was to allow the same string to have different translations.
so I would have:
:string1
translation1
|string2
translation2(devo10)
;string2
translation2(devo8)
As I said previously, it is just to indicate the concept. The actual implementation will not be exactly like this.
- PhracturedBlue
-
- Offline
Less
More
- Posts: 4403
16 Nov 2012 14:53 #2936
by PhracturedBlue
Replied by PhracturedBlue on topic devo10 and devo8 should have different lang files
I was planning to work on this yesterday but the downtime got in the way.
Vlad, can you file an enhancement request so we can track this feature?
Vlad, can you file an enhancement request so we can track this feature?
- FDR
-
- Offline
16 Nov 2012 15:13 #2939
by FDR
Cool, than I remembered it wrong...
Replied by FDR on topic devo10 and devo8 should have different lang files
PhracturedBlue wrote: No, we already do that.
This was to allow the same string to have different translations.
Cool, than I remembered it wrong...
- vlad_vy
-
- Offline
Less
More
- Posts: 3333
18 Nov 2012 07:29 #2972
by vlad_vy
Replied by vlad_vy on topic devo10 and devo8 should have different lang files
What does it mean <: at latest language files?
<:english
<translation
<:english
<translation
- vlad_vy
-
- Offline
Less
More
- Posts: 3333
18 Nov 2012 08:33 - 18 Nov 2012 08:35 #2973
by vlad_vy
Replied by vlad_vy on topic devo10 and devo8 should have different lang files
Last edit: 18 Nov 2012 08:35 by vlad_vy.
- FDR
-
- Offline
18 Nov 2012 08:48 #2974
by FDR
< means obsolete, i.e. not used anymore;
> means new entry...
Replied by FDR on topic devo10 and devo8 should have different lang files
vlad_vy wrote: What does it mean <: at latest language files?
<:english
<translation
< means obsolete, i.e. not used anymore;
> means new entry...
- Forum
- News, Announcements and Feedback
- Feedback & Questions
- devo10 and devo8 should have different lang files
Time to create page: 0.781 seconds
-
Home
-
Forum
-
News, Announcements and Feedback
-
Feedback & Questions
- devo10 and devo8 should have different lang files