Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: arduino/arduino-ide
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3d4fbe4
Choose a base ref
...
head repository: arduino/arduino-ide
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 44a66f0
Choose a head ref
  • 4 commits
  • 2 files changed
  • 2 contributors

Commits on Jul 26, 2023

  1. Add 中文(繁體) ("Chinese (Traditional)") localization

    This will add a "中文(繁體)" option to the "Language" menu in the Arduino IDE preferences, which will cause the strings
    in the IDE UI to be localized for "Chinese (Traditional)".
    
    In addition to the translations for the strings that originate from the Eclipse Theia IDE framework provided by the
    "Chinese (Traditional) Language Pack for Visual Studio Code" language pack, this will also utilize the translations of
    the Arduino IDE-specific strings contributed by the community.
    coby2023t authored and per1234 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    d314efa View commit details
    Browse the repository at this point in the history
  2. Revert inappropriately submitted localization data changes

    Contributions to the translations can only be made via the Transifex localization framework, from which they are
    automatically pulled into this repository. Contributions made directly to the data files as was done by the previous
    commit would be lost on the next Transifex pull.
    per1234 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    3017a31 View commit details
    Browse the repository at this point in the history
  3. Trim trailing whitespace

    per1234 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    5b481b4 View commit details
    Browse the repository at this point in the history
  4. Restore lexicographic ordering of items in i18n configurations

    A convention has been established of ordering the lists of locale-related items in the configurations used by the
    project's internationalization system.
    
    Items were inserted at inappropriate locations by a previous commit.
    per1234 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    44a66f0 View commit details
    Browse the repository at this point in the history
Loading