Removes the tag from the autotranslation index to avoid translating the name itself.
This commit is contained in:
+1
-1
@@ -102,7 +102,7 @@ object LanguageTranslatorService {
|
||||
while (matcher.find()) {
|
||||
try {
|
||||
val tag = matcher.group()
|
||||
val short = "Amethysttagindexer$counter"
|
||||
val short = "Amethystmindexer$counter"
|
||||
returningList.put(short, tag)
|
||||
} catch (e: Exception) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user