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

Add Croatian language support #4052

Closed
wants to merge 2 commits into from

Conversation

jbrazio
Copy link
Contributor

@jbrazio jbrazio commented Jun 15, 2016

Supersedes #4048 by @robimarko.
Adds the missing language definition to language.h and took the opportunity to sort all the language files by their ISO code (except English which is listed first) on all Configuration.h files.

@MarlinFirmware/language-team

@jbrazio jbrazio added this to the 1.1.0 milestone Jun 15, 2016
@jbrazio jbrazio changed the title Language/croatian Add Croatian language support Jun 15, 2016
//
// ==> ALWAYS TRY TO COMPILE MARLIN WITH/WITHOUT "ULTIPANEL" / "ULTRALCD" / "SDSUPPORT" #define IN "Configuration.h"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Travis checks this for us.


#if DISABLED(MAPPER_NON) && DISABLED(MAPPER_C2C3) && DISABLED(MAPPER_D0D1) && DISABLED(MAPPER_D0D1_MOD) && DISABLED(MAPPER_E382E383)
#define MAPPER_NON // For direct ascii codes
#endif
Copy link
Member

Choose a reason for hiding this comment

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

None of the other language files conditionalize these. Should we here?

@thinkyhead
Copy link
Member

Needed more adjustments, especially removing the conditionals from the language file, so I just piled them into #4055 and merged that.

@thinkyhead thinkyhead closed this Jun 16, 2016
@jbrazio jbrazio deleted the language/croatian branch June 16, 2016 23:21
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