AndroidLocalizationer icon indicating copy to clipboard operation
AndroidLocalizationer copied to clipboard

This is a Android Studio/ IntelliJ IDEA plugin to localize your Android app, translate your string resources automactically.

Results 32 AndroidLocalizationer issues
Sort by recently updated
recently updated
newest added

Hi, great work but it seems like it is ignoring escaped characters. e.g. doesn\'t seems like it is translated as "doesn\\'t" and not as " doesn't" And \n newline is...

Lithuanian seems to be missing in the list. "lt"

Hi, the official way to ignore words for translation is `translatable="false"` It would be great if that worked here as well.

input from excel and output to excel select outputExcel checkbox,Export the selected language to excel.path is project res/values-xx.xls. select inputExcel checkbox,Input the selected language from excel.path is must project res/values-xx.xls....

null java.lang.NullPointerException at java.io.StringReader.(StringReader.java:50) at com.google.gson.JsonParser.parse(JsonParser.java:45) at language_engine.bing.BingTranslationApi.getAccessToken(BingTranslationApi.java:64) at data.task.GetTranslationTask.getTranslationEngineResult(GetTranslationTask.java:178) at data.task.GetTranslationTask.run(GetTranslationTask.java:102) at com.intellij.openapi.progress.impl.CoreProgressManager$TaskRunnable.run(CoreProgressManager.java:726) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:176) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:556) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:501) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:66) at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:163) at com.intellij.openapi.progress.impl.ProgressManagerImpl$1.run(ProgressManagerImpl.java:137) at com.intellij.openapi.application.impl.ApplicationImpl$2.run(ApplicationImpl.java:334) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)...

Plugin Error: Android Localizationer threw an uncaught StringIndexOutOfBoundsException. String index out of range: -8 java.lang.StringIndexOutOfBoundsException: String index out of range: -8 at java.lang.String.substring(String.java:1967) at module.AndroidString.getAndroidStringsList(AndroidString.java:159) at action.ConvertToOtherLanguages.actionPerformed(ConvertToOtherLanguages.java:85) at com.intellij.openapi.actionSystem.ex.ActionUtil$1.run(ActionUtil.java:215) at...

Plugin Error: Android Localizationer threw an uncaught NullPointerException.

cant convert to more than 5 languages at once or get nullpointer `java.lang.NullPointerException at java.util.ArrayList.addAll(ArrayList.java:577) at data.task.GetTranslationTask.run(GetTranslationTask.java:93) at com.intellij.openapi.progress.impl.CoreProgressManager$TaskRunnable.run(CoreProgressManager.java:726) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:176) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:556) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:501) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:66) at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:163) at...

It is not translating the string arrays in my string.xml file?

enhancement