It is Strings but with a Z 😬
Loved the project? Please visit give it a ⭐️
Stringz is an application for macOS that (in my opinion) will save you a lot of headache while internationalizing your Xcode project.
- Filter strings to show only translated or untranslated strings.
- Search for strings by typing any word of any langauge you remember.
- Easy to use and mac in it's core.
- Fast and doesn't need configuration
- Continuously being improved and updated
- Clone this repository somewhere on your mac.
- Run the following command in Terminal:
pod install- Open
Stringz.xcworkspace, Build the project and run it on your mac. - That's it.
- Runtime: macOS 10.12 or greater (Yeah! I know, I'll try to pull this down very soon)
- Build: Xcode 8 and 10.12 SDK or greater
- Code spider to analyze the code and extract strings from classes
- Fetch initial translation from Google Translate
- Support for storyboards and xibs
- Support for Android strings
- Ability to enable internationalization on project
- Recent search history
- Support for untranslatable strings
- Ability to catigorize strings in the .strings file
Stringz uses XcodeEditor to open xcode projects and browse their contents
Stringz still in its beta versions. Your app is amazing and i don't want it to get ruined because of me, so please do what any cautious developer would do and make a commit before using Stringz or (if you don't have version control in your app) make a backup of your app.
Stringz is my first macOS project so if you run into some messy code please don't judge instead create a pull request into development branch and i will be more than happy to merge it (Explaining what you changed and why would be highly appreciated).
Stringz is available under the MIT license. See the LICENSE file for more information.
