Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

[ios, macos] Add Czech and Hungarian translations. #13782

Merged
merged 2 commits into from
Jan 23, 2019

Conversation

fabian-guerra
Copy link
Contributor

Adds Czech and Hungarian translations.

@fabian-guerra fabian-guerra added iOS Mapbox Maps SDK for iOS macOS Mapbox Maps SDK for macOS localization Human language support and internationalization labels Jan 23, 2019
@fabian-guerra fabian-guerra added this to the release-java-ios milestone Jan 23, 2019
@fabian-guerra fabian-guerra self-assigned this Jan 23, 2019
@fabian-guerra fabian-guerra requested review from friedbunny, 1ec5, julianrex and a team January 23, 2019 19:18
Copy link
Contributor

@friedbunny friedbunny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The files where GitHub says “Binary file not shown” are in UTF-16 encoding, but we want these to be UTF-8 (as they’re easier to work with, diffable, and follows Apple’s recommendation).

You can check file encoding like so:

$ file -I platform/macos/sdk/cs.lproj/Localizable.strings
platform/macos/sdk/cs.lproj/Localizable.strings: text/plain; charset=utf-16le

And it can be converted using Xcode’s file inspector or via iconv:

iconv -f UTF-16LE -t UTF-8 <filename> -o <new-filename>

Copy link
Contributor

@1ec5 1ec5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested changelog entry for both iOS and macOS:

  • Added a Czech localization. (#13782)

(Hungarian support has already been added in general; this PR rounds it out.)

@fabian-guerra fabian-guerra force-pushed the fabian-update-translations branch from dfa431f to 1ee878b Compare January 23, 2019 20:56
@fabian-guerra fabian-guerra merged commit 7069ecb into master Jan 23, 2019
@fabian-guerra fabian-guerra deleted the fabian-update-translations branch January 23, 2019 22:08
fabian-guerra added a commit that referenced this pull request Jan 23, 2019
fabian-guerra added a commit that referenced this pull request Jan 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
iOS Mapbox Maps SDK for iOS localization Human language support and internationalization macOS Mapbox Maps SDK for macOS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants