You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-38
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ The application has autosave feature so it should automatically save your change
69
69
70
70
Preferences also contains some useful options regarding loading localizable files and exporting .strings files to your project. So I would storngly advice to to check preferences out.
71
71
72
-
There is a sample app included in this repository, The application was tested havily with this sample app, So I strongly encorage you to download the sample app and run Stringz on it to examin how Stringz should correctly work, If you encounter an unexpected behaviors with your own app please consider submitting an [issue](https://github.com/mohakapt/Stringz/issues) and I'l make sure to fix it as quickly as possible.
72
+
There is a sample app included in this repository, The application was tested havily with this sample app, So I strongly encorage you to download the sample app and run Stringz on it to examin how Stringz should correctly work, If you encounter an unexpected behaviors with your own app please consider submitting an [issue](https://github.com/mohakapt/Stringz/issues) and I'll make sure to fix it as quickly as possible.
73
73
74
74
<h2id='section_contributing'>
75
75
🤝 Contributing
@@ -92,45 +92,10 @@ Stringz uses `XcodeEditor` to open xcode projects and browse their contents
92
92
<h2id='section_support'>
93
93
👍 Support
94
94
</h2>
95
+
If you found a bug in the application please submit an [issue](https://github.com/mohakapt/Stringz/issues) and I'll make sure to fix it as quickly as possible.
95
96
97
+
If you need support or have questions/feature requests regarding the app you can send me an [email](mailto:[email protected]) and I'll be happy to respone.
96
98
97
99
<h2id='section_license'>
98
100
📝 License
99
101
</h2>
100
-
<!--
101
-
## Installation
102
-
1. Clone this repository somewhere on your mac.
103
-
2. Run the following command in Terminal:
104
-
105
-
```ruby
106
-
pod install
107
-
```
108
-
109
-
3. Open `Stringz.xcworkspace`, Build the project and run it on your mac.
110
-
4. That's it.
111
-
112
-
## Requirements
113
-
* Runtime: macOS 10.12 or greater (Yeah! I know, I'll try to pull this down very soon)
114
-
* Build: Xcode 8 and 10.12 SDK or greater
115
-
116
-
## Stuff i'd love to implement -as soon as i get some free time-
117
-
* Code spider to analyze the code and extract strings from classes
118
-
* Fetch initial translation from Google Translate
119
-
* Support for storyboards and xibs
120
-
* Support for Android strings
121
-
* Ability to enable internationalization on project
122
-
* Recent search history
123
-
* Support for untranslatable strings
124
-
* Ability to catigorize strings in the .strings file
125
-
126
-
## Dependencies
127
-
128
-
129
-
## Important
130
-
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.
131
-
132
-
## Contributions
133
-
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).
134
-
135
-
## License
136
-
Stringz is available under the MIT license. See the LICENSE file for more information. -->
0 commit comments