Marlin: Turkish translate error

Created on 12 Dec 2016  路  4Comments  路  Source: MarlinFirmware/Marlin

error turkish translation on below line and all \xc7e strings
" #define MSG_RETRACT "Geri \xc7ek" //Geri 脟ek"

it is looking "Geri ..k" on lcd screen.
because \xc7 mean "脟" but \xc7e mean "~" at unicode table.

corrected line;
" #define MSG_RETRACT "Geri \xc7\x65k" //Geri 脟ek"

and all \xc7ek ( 脟ek ) strings must be change with "\xc7\x65k" on language_tr.h

Language Solved

All 4 comments

why not submit a PR to RCBugfix?

This file is NOT encoded in unicode, you may take a look the file language_tr_utf8.h,
or you may want to use the new UTF-8 language engine for the firmware #5441.

Please try
utf8-mapper for Turkish #5475.

Thank You @AnHardt for turkish mapper, it is working, you rock. and @yhfudev .

and sorry @boelle i don't known submit PR , this is first time :-)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ShadowOfTheDamn picture ShadowOfTheDamn  路  3Comments

Kaibob2 picture Kaibob2  路  4Comments

Tamonir picture Tamonir  路  3Comments

Matts-Hub picture Matts-Hub  路  3Comments

ahsnuet09 picture ahsnuet09  路  3Comments