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

Adds localisation support! #37

Merged
merged 14 commits into from
Jul 11, 2022

Commits on Jul 6, 2022

  1. Merge pull request #34 from othyn/dev

    Remove arbitrary limits on custom fields
    othyn authored Jul 6, 2022
    Configuration menu
    Copy the full SHA
    bab90fe View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. Configuration menu
    Copy the full SHA
    9a4a493 View commit details
    Browse the repository at this point in the history
  2. Show non-localised strings in run scheme ([Menu Bar] Product > Scheme…

    … > Edit Scheme... > Select 'Run' on the left, then on the right side select the Options tab and then select 'Localization Debugging', then 'Close')
    othyn committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    10daa6a View commit details
    Browse the repository at this point in the history
  3. Set project base language to en-GB (you have to do this in an externa…

    …l editor of the xcodeproj file)
    othyn committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    605a9a9 View commit details
    Browse the repository at this point in the history
  4. Enable emission of string localisation so 'Product > Import|Export Lo…

    …calisations...' is usable
    othyn committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    f3fe317 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Implement custom Colour type to mask the Color instance behind an Enu…

    …m for cross-macOS version support
    othyn committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    60fef73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ca2e14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00906c4 View commit details
    Browse the repository at this point in the history
  4. Localised!

    othyn committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    3b6832b View commit details
    Browse the repository at this point in the history
  5. Add support for custom window width, the defaults call here isn't req…

    …uired as the OS remembers the window state, but it lays the ground work should this want to be read from there in future!
    othyn committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    749c8a9 View commit details
    Browse the repository at this point in the history
  6. Document localisations

    othyn committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    7023c9e View commit details
    Browse the repository at this point in the history
  7. Fix index link

    othyn committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    a342669 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    16d10b9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    697e96b View commit details
    Browse the repository at this point in the history