Skip to content

Commit 9df9605

Browse files
✏️ Update support section in README.md
1 parent fd32000 commit 9df9605

File tree

1 file changed

+3
-38
lines changed

1 file changed

+3
-38
lines changed

README.md

+3-38
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The application has autosave feature so it should automatically save your change
6969

7070
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.
7171

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.
7373

7474
<h2 id='section_contributing'>
7575
🤝 Contributing
@@ -92,45 +92,10 @@ Stringz uses `XcodeEditor` to open xcode projects and browse their contents
9292
<h2 id='section_support'>
9393
👍 Support
9494
</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.
9596

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.
9698

9799
<h2 id='section_license'>
98100
📝 License
99101
</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

Comments
 (0)