Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Italian translations. Remove trailing spaces. #4395

Merged
merged 1 commit into from
Jul 25, 2016

Conversation

silvio-didonna
Copy link
Contributor

Added missing translations.
Removed trailing spaces for consistency (#4376).

#define MSG_INFO_PRINT_TIME "Tempo totale "
#define MSG_INFO_COMPLETED_PRINTS "Completati"
#define MSG_INFO_PRINT_TIME "Tempo totale"
#define MSG_INFO_PRINT_LONGEST "Lavoro piu lungo"
Copy link
Contributor Author

@silvio-didonna silvio-didonna Jul 24, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"piu" is incorrect in Italian, the correct word is "più" but I don't know if charset support accents.
If yes I will update the translation.

Copy link
Member

@thinkyhead thinkyhead Jul 24, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we have a ù character for Italian currently, but compare to the Portuguese, and try adding the following line at the top of language_it.h to see if it works (you may only see a plain u where you have ù in the text):

#define MAPPER_C2C3  // because of "ù"

Note that this character will only appear on Hitachi LCD displays that have WESTERN extended characters. Most of these displays come rather with JAPANESE extended characters. You can use #define LCD_LANGUAGE test to see what your (character-based) display has.

@thinkyhead thinkyhead changed the title Added missing translations. Removed trailing spaces for consistency Update Italian translations. Remove trailing spaces. Jul 25, 2016
@thinkyhead thinkyhead merged commit 6900bb2 into MarlinFirmware:RCBugFix Jul 25, 2016
@jbrazio jbrazio modified the milestone: 1.1.0 Jul 25, 2016
@silvio-didonna silvio-didonna deleted the italian_fix branch July 25, 2016 17:57
@thinkyhead thinkyhead mentioned this pull request Jul 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants