douglashill / KeyboardKit

The easiest way to add comprehensive hardware keyboard control to an iPad, iPhone, or Mac Catalyst app.
MIT License
444 stars 11 forks source link

Improve localisations #7

Closed douglashill closed 4 years ago

douglashill commented 4 years ago

This improves the localisations added in https://github.com/douglashill/KeyboardKit/pull/6. This was done by looking at:

There is no clear superior source in the Apple translations, but combining the sources of information above with judgment should have resulted in better text.

This branch consolidates each of Delete and Refresh to a single entry each since the intended meaning and context is the same.

Lastly, the ExtractLocalisedStrings target has been removed because the strings files need heavy manual editing. The script is a tool to assist rather than full automation so including it in this repository does not make sense.