easy-i18n
easy-i18n copied to clipboard
This is a IntelliJ IDE based plugin for internationalization. Supports the most common translation file types.
# Additional information / # Exception trace An error occurred while processing translation files. Config: SINGLE => JSON (*.json) Path: /Users/tristanbrault/Documents/Code/pha-connect/dashboard/assets/localizations Please check examples at https://github.com/marhali/easy-i18n before reporting an issue!...
# Additional information / # Exception trace null ``` java.lang.ClassCastException: class de.marhali.easyi18n.settings.ProjectSettingsService cannot be cast to class de.marhali.easyi18n.settings.ProjectSettingsService (de.marhali.easyi18n.settings.ProjectSettingsService is in unnamed module of loader com.intellij.ide.plugins.cl.PluginClassLoader @7a327415; de.marhali.easyi18n.settings.ProjectSettingsService is in...
# Additional information I tried to use this plugin on Webstorm but it often doesn't work. What I did: - `cmd + click` ed `t('translation key')` and edited translations -...
# Additional information / # Exception trace null ``` java.lang.AssertionError: (11740,11740), text: '', language = Language: ECMAScript 6 at com.intellij.lang.folding.FoldingDescriptor.(FoldingDescriptor.java:181) at com.intellij.lang.folding.FoldingDescriptor.(FoldingDescriptor.java:105) at de.marhali.easyi18n.assistance.folding.AbstractFoldingBuilder.buildFoldRegions(AbstractFoldingBuilder.java:71) at de.marhali.easyi18n.assistance.folding.JsFoldingBuilder.buildFoldRegions(JsFoldingBuilder.java:19) at com.intellij.lang.folding.LanguageFolding.buildFoldingDescriptorsNoPlaceholderCaching(LanguageFolding.java:89) at com.intellij.lang.folding.CompositeFoldingBuilder.buildFoldRegions(CompositeFoldingBuilder.java:36)...
# Additional information / # Exception trace An error occurred while processing translation files. Config: SINGLE => JSON (*.*) Path: /Users/odahye/Company/ssm-webview-next/public/locales Please check examples at https://github.com/marhali/easy-i18n before reporting an issue!...
Plugin version: 4.4.0 Webstorm version: 2022.2.4 Hi! Big thank you for the great plugin. Very useful and accelerates work :) There is issue when a translation value has the escaped...
Hi, Great plugin, however, I would like to be able to config the plugin to suit my current project settings Current structure: i18n ├── en-US.json ├── es.json ├── fr-CA.json ├──...
I'm using your plugin since I started working with Vue and i18n and so far it never let me down. Recently I started trying out a new structure for my...
# Additional information / # Exception trace An error occurred while processing translation files. Config: SINGLE => JSON (*.js) Path: ./node_modules/pub-bbx-global/lang Please check examples at https://github.com/marhali/easy-i18n before reporting an issue!...
# Additional information / # Exception trace null ``` java.lang.Throwable: AWT events are not allowed inside write action: java.awt.event.InvocationEvent[INVOCATION_DEFAULT,runnable=com.intellij.openapi.MnemonicWrapper$LabelWrapper@46e60874,notifier=null,catchExceptions=false,when=1674209339578] on sun.lwawt.macosx.LWCToolkit@7141f21f at com.intellij.openapi.diagnostic.Logger.error(Logger.java:202) at com.intellij.openapi.application.impl.NoSwingUnderWriteAction.lambda$watchForEvents$0(NoSwingUnderWriteAction.java:19) at com.intellij.ide.IdeEventQueue.runCustomProcessors(IdeEventQueue.java:503) at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$7(IdeEventQueue.java:457) at...