We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96bb99d commit 9b5df44Copy full SHA for 9b5df44
3 files changed
gradle.properties
@@ -1,6 +1,6 @@
1
# IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
2
pluginGroup=com.github.sundramsinghdev007
3
-pluginName=Translate Strings
+pluginName=Android String File Localization
4
pluginRepositoryUrl=https://github.com/sundramsinghdev007/string_and_assets_cleaner
5
# SemVer format -> https://semver.org
6
pluginVersion=1.0.0
src/main/resources/META-INF/plugin.xml
@@ -1,8 +1,7 @@
<idea-plugin>
<id>com.github.sundramsinghdev007.stringfilelocalization</id>
<name>Android String File Localization</name>
- <vendor>sundramsinghdev007</vendor>
-
+ <vendor>Sundram Singh</vendor>
<resource-bundle>messages.MyBundle</resource-bundle>
7
8
<depends>com.intellij.modules.platform</depends>
0 commit comments