Skip to content

Commit 9b5df44

Browse files
plugin icon added, plugin name updated in build.gradle.kts
1 parent 96bb99d commit 9b5df44

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
22
pluginGroup=com.github.sundramsinghdev007
3-
pluginName=Translate Strings
3+
pluginName=Android String File Localization
44
pluginRepositoryUrl=https://github.com/sundramsinghdev007/string_and_assets_cleaner
55
# SemVer format -> https://semver.org
66
pluginVersion=1.0.0

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<idea-plugin>
22
<id>com.github.sundramsinghdev007.stringfilelocalization</id>
33
<name>Android String File Localization</name>
4-
<vendor>sundramsinghdev007</vendor>
5-
4+
<vendor>Sundram Singh</vendor>
65
<resource-bundle>messages.MyBundle</resource-bundle>
76

87
<depends>com.intellij.modules.platform</depends>

0 commit comments

Comments
 (0)