https://github.com/IngmarStein/Monolingual
Remove unnecessary language resources from macOS.
https://github.com/IngmarStein/Monolingual
macos swift utility xpc
Last synced: 7 days ago
JSON representation
Remove unnecessary language resources from macOS.
- Host: GitHub
- URL: https://github.com/IngmarStein/Monolingual
- Owner: IngmarStein
- License: gpl-3.0
- Created: 2014-07-24T19:08:43.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T04:51:12.000Z (11 months ago)
- Last Synced: 2024-05-22T07:53:25.057Z (11 months ago)
- Topics: macos, swift, utility, xpc
- Language: Swift
- Homepage: https://ingmarstein.github.io/Monolingual
- Size: 137 MB
- Stars: 513
- Watchers: 19
- Forks: 29
- Open Issues: 40
-
Metadata Files:
- Readme: README.markdown
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
- open-source-mac-os-apps - Monolingual - Remove unnecessary language resources from macOS ![swift_icon] (Applications / Utilities)
- awesome-swift-macos-apps - Monolingual - Remove unnecessary language resources from macOS (Utilities / Text)
- awesome-swift-macos-apps - Monolingual - Remove unnecessary language resources from macOS (Utilities / Text)
README
Monolingual
===========#### A tool for removing unneeded language localization files for macOS
## Screenshot
## Architecture
Monolingual consists of three parts: the sandboxed Monolingual app, a non-sandboxed XPC service and a privileged helper program.
All components are written in Swift and communicate with each other using XPC.## Dependencies
Monolingual uses CocoaPods to manage its dependencies. Currently, the following pods are used:
- [SMJobKit](https://github.com/IngmarStein/SMJobKit)
- [Sparkle](https://github.com/sparkle-project/Sparkle)
- [Fabric](https://cocoapods.org/pods/Fabric)
- [Crashlytics](https://cocoapods.org/pods/Crashlytics)## Contributors
### Main developer
Ingmar J. Stein### Original idea
J. Schrier### Localization
- Dutch localization by Tobias T.
- French localization by François Besoli
- German localization by Alex Thurley
- Greek localization by Ευριπίδης Αργυρόπουλος
- Hungarian localization by Alen Bajo
- Italian localization by Claudio Procida
- Japanese localization by Takehiko Hatatani
- Korean localization by Woosuk Park
- Polish localization by Mariusz Ostrowski
- Spanish localization by Fran Ramírez
- Swedish localization by Joel Arvidsson
- Turkish localization by Hasan Beder### Artwork
Icon by Matt Davey## License
GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007
## Developers
Monolingual is written in Swift 5.0 and requires Xcode 11.0 or above.
## Status

[](https://travis-ci.org/IngmarStein/Monolingual)
[](https://dev.azure.com/ingmarstein/monolingual/_build/latest?definitionId=1)
[](https://codeclimate.com/github/IngmarStein/Monolingual/maintainability)