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

Translatable color codes #11174

Merged
merged 4 commits into from Feb 8, 2015

Conversation

Projects
None yet
3 participants
@kevingranade
Copy link
Member

commented Feb 8, 2015

The key parts are that the color codes at the bottom of the map help menu should be translatable now (?5), and when adding a note to the map it displays help text giving you said color codes.

@KA101 KA101 self-assigned this Feb 8, 2015

}
mvwprintz(win, row, column, get_note_color(color_pair.first),
color_description.c_str());
column += pair_width;

This comment has been minimized.

Copy link
@KA101

KA101 Feb 8, 2015

Contributor

This (well, something in this code) ends up leaving a trailing comma after the last entry. Not a dealbreaker but someone will probably complain.

This comment has been minimized.

Copy link
@DavidKeaton

DavidKeaton Feb 8, 2015

Contributor

you could use the same method in item description (simple boolean when describing recipes items can be made into).

@KA101 KA101 merged commit f47af30 into CleverRaven:master Feb 8, 2015

@kevingranade kevingranade deleted the kevingranade:translatable-color-codes branch Mar 21, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.