Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
github.com/igorkulman/iOSLocalizationEditor
Simple macOS editor app to help you manage iOS app localizations by allowing you to edit all the translations side by side, highlighting missing translations
Managing localization files (Localizable.strings
) is a pain, there is no tooling for it. There is no easy way to know what strings are missing or to compare them across languages.
Start the Localization Editor, choose File | Open folder with localization files and point it to the folder where your localization files are stored. The tool finds all the Localizable.strings
, detects their language and displays your strings side by side as shown on the screenshot above. You can point it to the root of your project but it will take longer to process.
All the translations are sorted by their key (shown as first column) and you can see and compare them quickly, you can also see missing translations in any language.
When you change any of the translations the corresponding Localizable.strings
gets updated.
brew install --cask localizationeditor
To download and run the app
All contributions are welcomed, including bug reports and pull requests with new features. Please read CONTRIBUTING for more details.
The app is currently localized into English and Chinese. If you want to add localization for your language, just translate the Localizable.strings files. You can use this app to do it!
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details.
App icon created by @sergeykushner
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.