Skip to content

Commit 165d57a

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 4b901c5 + 183e189 commit 165d57a

File tree

1 file changed

+43
-9
lines changed

1 file changed

+43
-9
lines changed

README.md

Lines changed: 43 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,49 @@ String Translator Desktop App is a simple desktop application designed to help d
2222

2323
## Working 💻
2424

25-
1. Launch the application.
26-
2. Enter the source strings in XML format into the provided text field.
27-
3. Select the target languages.
28-
4. Enter the folder name where you want to store the translated strings.
29-
5. Click "Translate" to initiate the translation process.
30-
6. The translated strings in XML format will be saved in the output folder within your specified folder Name.
31-
7. Export the translated strings to XML format for seamless integration into your projects.
32-
33-
## Preview 👀
25+
1. **Launch the application.**
26+
27+
![Step 1](image/s1.png)
28+
29+
2. **Enter the source strings in XML format into the provided text field.**
30+
31+
![Step 2](image/s0.png)
32+
![Step 3](image/s2.png)
33+
34+
3. **Select the target languages.**
35+
36+
![Step 4](image/s3.png)
37+
38+
4. **Enter the folder name where you want to store the translated strings.**
39+
40+
5. **Click "Translate" to initiate the translation process.**
41+
42+
![Step 5](image/s4.png)
43+
![Step 6](image/s5.png)
44+
45+
![Step 7](image/s6.png)
46+
47+
6. **Click "Done".**
48+
49+
![Step 8](image/s7.png)
50+
51+
7. **"All strings have been successfully translated" message shown.**
52+
53+
![Step 9](image/s8.png)
54+
55+
8. **The translated strings in XML format will be saved in the output folder within your specified folder Name.**
56+
57+
![Step 10](image/s9.png)
58+
59+
9. **Open Android Studio Project and paste all values folder in an Src Folder using Explorer.**
60+
61+
![Step 11](image/s10.png)
62+
63+
10. **All translated strings successfully imported.**
64+
65+
![Step 12](image/s11.png)
66+
![Step 13](image/s12.png)
67+
![Step 14](image/s13.png)
3468

3569

3670
## Contributing 🤝

0 commit comments

Comments
 (0)