Skip to content

Commit ac9e4bd

Browse files
fixed build generation issue
1 parent af3dd6d commit ac9e4bd

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,15 @@
33
**Android String File Localization** is a productivity-focused IntelliJ/Android Studio plugin designed to streamline the localization process. It automates the translation of `strings.xml` files while ensuring the output is sanitized and 100% compliant with Android build requirements.
44

55
## What It Is
6-
<!-- Plugin description -->
6+
7+
<!-- Plugin description -->
8+
79
A lightweight but powerful IntelliJ IDEA/Android Studio plugin that identifies missing translations in your Android project and fills them using automated translation services. It handles the "heavy lifting" of creating directories, managing XML tags, and sanitizing text for Android compatibility.
10+
This specific section is a source for the [plugin.xml](/src/main/resources/META-INF/plugin.xml) file which will be extracted by the [Gradle](/build.gradle.kts) during the build process.
11+
812
<!-- Plugin description end -->
13+
14+
915
## ✨ Why use this?
1016

1117
Manual translation is slow and error-prone. This plugin solves the most common headaches:
@@ -72,6 +78,4 @@ You can trigger the tool from three locations:
7278

7379
This project is licensed under the **MIT License**. See the [LICENSE](/LICENSE.txt) file for more details.
7480

75-
---
76-
77-
Thanks to this repo [intellij-platform-plugin-template](https://github.com/JetBrains/intellij-platform-plugin-template) which helps to set-up the project.
81+
---

0 commit comments

Comments
 (0)