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

Work/localization #1

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Commits on Oct 10, 2011

  1. Add string tables, used for localization

    Kirill committed Oct 10, 2011
    Configuration menu
    Copy the full SHA
    993eea2 View commit details
    Browse the repository at this point in the history
  2. Make the Console localizable (implement FR 1692653)

    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).
    Kirill committed Oct 10, 2011
    Configuration menu
    Copy the full SHA
    a98f4f3 View commit details
    Browse the repository at this point in the history
  3. Make the TabbingFramework localizable

    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.
    Kirill committed Oct 10, 2011
    Configuration menu
    Copy the full SHA
    7921427 View commit details
    Browse the repository at this point in the history
  4. First localization of Console: Russian

    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.
    Kirill committed Oct 10, 2011
    Configuration menu
    Copy the full SHA
    5e1ead6 View commit details
    Browse the repository at this point in the history
  5. Make Credentials dialog an English (US) resource

    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.
    Kirill committed Oct 10, 2011
    Configuration menu
    Copy the full SHA
    5e9cb8d View commit details
    Browse the repository at this point in the history