|
1 |
| -# String Translator Desktop App |
| 1 | +[](https://www.youtube.com/watch?v=EDbxJkgJDf8) |
| 2 | + |
| 3 | +Click the image above to watch a demo of the String Translator Desktop App on YouTube. |
2 | 4 |
|
3 | 5 | ## Overview
|
4 | 6 |
|
5 |
| -String Translator Desktop App is a simple desktop application designed to help developers translate strings easily. It supports the translation of multiple strings into various languages, making the localization process more efficient. |
| 7 | +String Translator Desktop App is a powerful desktop application built with Jetpack Compose, aiming to streamline the translation of strings for developers. It empowers users to seamlessly translate multiple strings into various languages, thereby optimizing the localization process. |
6 | 8 |
|
7 | 9 | ## Features
|
8 | 10 |
|
9 | 11 | - **Bulk Translation**: Translate multiple strings at once to target languages.
|
10 | 12 | - **Language Selection**: Choose from a variety of supported languages for translation.
|
11 |
| -- **User-Friendly Interface**: Intuitive and easy-to-use graphical interface. |
| 13 | +- **Jetpack Compose UI**: Enjoy an intuitive and visually appealing interface built with Jetpack Compose. |
| 14 | +- **Translation with Google Translate**: Effortlessly translate your text using Google Translate without the need for an API key. |
12 | 15 | - **Export to XML Format**: Export translated strings to XML for seamless integration into your projects.
|
13 | 16 |
|
14 | 17 | ## Getting Started
|
@@ -88,27 +91,3 @@ Thank you for your contribution! 🚀
|
88 | 91 | **Meet**
|
89 | 92 |
|
90 | 93 | If you appreciate my work, consider following me on LinkedIn, YouTube, and adding this project to your favorites on GitHub. Stay tuned for more insights into app development, Kotlin, and more!
|
91 |
| - |
92 |
| -## License |
93 |
| - |
94 |
| -MIT License |
95 |
| - |
96 |
| -Copyright (c) 2023 Meet |
97 |
| - |
98 |
| -Permission is hereby granted, free of charge, to any person obtaining a copy |
99 |
| -of this software and associated documentation files (the "Software"), to deal |
100 |
| -in the Software without restriction, including without limitation the rights |
101 |
| -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
102 |
| -copies of the Software, and to permit persons to whom the Software is |
103 |
| -furnished to do so, subject to the following conditions: |
104 |
| - |
105 |
| -The above copyright notice and this permission notice shall be included in all |
106 |
| -copies or substantial portions of the Software. |
107 |
| - |
108 |
| -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
109 |
| -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
110 |
| -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
111 |
| -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
112 |
| -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
113 |
| -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
114 |
| -SOFTWARE. |
0 commit comments