Signal-iOS/Signal
Michael Kirk ad76155bdd audit/fix up supported l10ns (added km and lt)
As policy we don't include a language in Signal until it has at least
80% of strings translated. We don't currently remove languages that fall
below that threshold.

There are two things that must happen to add a localization in Signal.

1. Pull the Localizable.strings from transifex for each language, add
   them to git.
2. Add the localization to the Xcode project file

These four languages were in the repository (step 1) but not properly
added to the project file (step 2):

- khmer (km)
- lithuanian (lt)
- hebrew (he)
- persian (fa)

Of these, only khmer and lithuanian were sufficiently translated, so I
added them properly to the Xcode project file, making them available to
our users.

To make this process slightly easier to track in the future, I've
removed the insufficiently complete `he` and `fa` files from the
repository. Once they fall above 80% translated they will be
automatically downloaded by our sync-translations script, appearing as
new files, being the cue to the developer to add those new translations
to the project (step 2).

Note: the fa/he translations were never available to users, so we're not
going removing anyones existing functionality.

// FREEBIE
2017-09-11 09:55:31 -04:00
..
AudioFiles Fixes #244 2015-03-21 17:53:38 +01:00
Certificates TextSecureKit Refactoring 2015-12-22 23:41:10 +01:00
Fonts Align the message state indicators with the behavior on Android and desktop. 2017-03-20 12:55:35 -04:00
Images Add view to Crop and scale avatar. 2017-08-25 16:02:15 -04:00
Images.xcassets introducing profiles 2017-09-05 16:24:33 -04:00
src More profile logging 2017-09-07 13:32:45 -04:00
test properly clear all cached avatar images 2017-08-25 12:40:19 -04:00
translations audit/fix up supported l10ns (added km and lt) 2017-09-11 09:55:31 -04:00
.swiftlint.yml WIP: WebRTC calling 2017-01-12 09:56:05 -05:00
iTunesArtwork@3x.png Updated iTunes artwork 2015-01-30 17:25:24 -10:00
main.m Removing unused imported classes. 2015-07-27 16:19:08 +02:00
Signal-Info.plist Bump version to 2.16.1.0. 2017-09-11 09:53:10 -04:00
Signal-Prefix.pch Always sync and log push tokens. Apply OWSAlerts in more places. 2017-05-09 10:04:48 -04:00
Signal.entitlements Choose arbitrary attachments from iCloud/GDrive/Dropbox/etc 2017-04-20 18:49:30 -04:00