Conversation
added 5 commits
October 10, 2011 09:00
TODO: find out if Windows can provide us with the list, similar to
http://www.loc.gov/standards/iso639-2/php/code_list.php.
TODO: find out if we can somehow reuse command names (see HotKeys and
MouseSettings constructors).
ComboBoxes can't be localized from the resource editor inside of Visual
Studio (see Helpers::LocalizeComboBox).
TabbingFramework now requires three #defines for its Scroll Right, Scroll
Left and Close tips. They could be either resource IDs or _T("strings").
They're copied to stdafx.h to not include resource.h in stdafx.h and
modify too many files in the process.
resource.h is ignored because it's better be copied from ..\Console folder any way [and for each build]. Localization instructions are in ReadMe.txt file.
To fully utilize language-support in resource files, we better correctly specify the language of default resources. When the Credentials dialog was first added (in 00af50c), it somehow was placed in Croatian resources.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi Marko,
At first, congratulations with the new 147 build!
At second, as discussed, I've rebased my localization to your master and hope that you can merge it to the master.
Thank you!
Kirill.