- Posts: 390
About colons in text
- domcars0
-
Topic Author
- Offline
Less
More
25 Nov 2012 14:54 - 25 Nov 2012 16:28 #3158
by domcars0
Devo 10 (+7e) owner. It's mine, please don't touch it with your big fingers
About colons in text was created by domcars0
For the Devo10, I'm not sure that semicolons are mandatory in the text displayed.
There is not so much place for the text and sometime one character more is helpfull.
What do you think about that?
In French translation I've remove lot of semicolons which are not really usefull.
There is not so much place for the text and sometime one character more is helpfull.
What do you think about that?
In French translation I've remove lot of semicolons which are not really usefull.
Devo 10 (+7e) owner. It's mine, please don't touch it with your big fingers
Last edit: 25 Nov 2012 16:28 by domcars0.
- PhracturedBlue
-
- Offline
Less
More
- Posts: 4403
25 Nov 2012 14:58 - 25 Nov 2012 15:00 #3161
by PhracturedBlue
Replied by PhracturedBlue on topic About semicolons in text
I don't see any semicolons in the lang.fr file. Do you have an example of what you mean?
Edit:
Do you mean ':' (colon) at the end of the string? If it makes things fit better, feel free to remove them for your language.
Edit:
Do you mean ':' (colon) at the end of the string? If it makes things fit better, feel free to remove them for your language.
Last edit: 25 Nov 2012 15:00 by PhracturedBlue.
- domcars0
-
Topic Author
- Offline
Less
More
- Posts: 390
25 Nov 2012 16:25 - 25 Nov 2012 16:43 #3163
by domcars0
Devo 10 (+7e) owner. It's mine, please don't touch it with your big fingers
Replied by domcars0 on topic About semicolons in text
Ah my frenglish
yes I think colon (':') not semi-colon(';')
I think I've found a bug in the translation process ...
There is no more translation after the line 515 in my lang.fr file ???
If I move lines up or down this limit (515) I can see translation working (before 515) or not working(after) ...
Futhermore if a text is not translate the translator will show the next english text? Exemple
:Bird
Oiseau
:Dog
:Cat
Chat
Translation of 'Dog' will be ':Cat' ???
Could you confirm?
(I use the #0e8ae11 commit)
I think I've found a bug in the translation process ...
There is no more translation after the line 515 in my lang.fr file ???
If I move lines up or down this limit (515) I can see translation working (before 515) or not working(after) ...
Futhermore if a text is not translate the translator will show the next english text? Exemple
:Bird
Oiseau
:Dog
:Cat
Chat
Translation of 'Dog' will be ':Cat' ???
Could you confirm?
(I use the #0e8ae11 commit)
Devo 10 (+7e) owner. It's mine, please don't touch it with your big fingers
Last edit: 25 Nov 2012 16:43 by domcars0.
- PhracturedBlue
-
- Offline
Less
More
- Posts: 4403
25 Nov 2012 16:49 - 25 Nov 2012 16:50 #3164
by PhracturedBlue
Replied by PhracturedBlue on topic About semicolons in text
No problem, I understand the language difficulty.
There is a maximum size of the translation file: 8kB (of translated string length, not total file size), or 256 strings whichever is smaller.
If you are working with the Devo10 language file, it should be 168 strings.
The combined language file in filesystem/common/language is larger (currently 274 strings) so you can't load it onto the Tx.
Assuming you are building from source, you can place your updated language file in filesystem/common/language/
and then run 'make TARGET=devo10'
This will create a smaller language file in filesystem/devo10/language/ which will then work with your Tx.
You can also directly edit the tx-specific language file, then append it to the end of the one in 'common' and run:
'make language' which should (untested) consolidate the changes.
There is a maximum size of the translation file: 8kB (of translated string length, not total file size), or 256 strings whichever is smaller.
If you are working with the Devo10 language file, it should be 168 strings.
The combined language file in filesystem/common/language is larger (currently 274 strings) so you can't load it onto the Tx.
Assuming you are building from source, you can place your updated language file in filesystem/common/language/
and then run 'make TARGET=devo10'
This will create a smaller language file in filesystem/devo10/language/ which will then work with your Tx.
You can also directly edit the tx-specific language file, then append it to the end of the one in 'common' and run:
'make language' which should (untested) consolidate the changes.
Last edit: 25 Nov 2012 16:50 by PhracturedBlue.
- domcars0
-
Topic Author
- Offline
Less
More
- Posts: 390
25 Nov 2012 17:52 #3165
by domcars0

Thanks
Devo 10 (+7e) owner. It's mine, please don't touch it with your big fingers
Replied by domcars0 on topic About semicolons in text
OKPhracturedBlue wrote:
There is a maximum size of the translation file: 8kB (of translated string length, not total file size), or 256 strings whichever is smaller.
If you are working with the Devo10 language file, it should be 168 strings.
The combined language file in filesystem/common/language is larger (currently 274 strings) so you can't load it onto the Tx.
And of course .... it worksPhracturedBlue wrote: Assuming you are building from source, you can place your updated language file in filesystem/common/language/
and then run 'make TARGET=devo10'
This will create a smaller language file in filesystem/devo10/language/ which will then work with your Tx.
Thanks
Devo 10 (+7e) owner. It's mine, please don't touch it with your big fingers
Time to create page: 0.294 seconds
-
Home
-
Forum
-
News, Announcements and Feedback
-
Feedback & Questions
- About colons in text