easy-i18n
easy-i18n copied to clipboard
This is a IntelliJ IDE based plugin for internationalization. Supports the most common translation file types.
First of all, I want to say that I really enjoy using the easy i18n plugin—it's been incredibly helpful for managing translations in my project! I am working on a...
# Additional information / # Exception trace An error occurred while processing translation files. Config: SINGLE => JSON (*.json) Path: /Users/chosen-one/Web-projects/afl-kupol-spa/src/shared/translations Please check examples at https://github.com/marhali/easy-i18n before reporting an issue!...
# Additional information / # Exception trace An error occurred while processing translation files. Config: SINGLE => JSON (*.json) Path: /Users/chosen-one/Web-projects/afl-kupol-spa/src/shared/translations Please check examples at https://github.com/marhali/easy-i18n before reporting an issue!...
# Additional information / # Exception trace An error occurred while processing translation files. Config: SINGLE => JSON (*.json) Path: /Users/chosen-one/Web-projects/afl-kupol-spa/src/shared/translations Please check examples at https://github.com/marhali/easy-i18n before reporting an issue!...
# Additional information / # Exception trace An error occurred while processing translation files. Config: SINGLE => JSON (*.json) Path: /Users/chosen-one/Web-projects/afl-kupol-spa/src/shared/translations Please check examples at https://github.com/marhali/easy-i18n before reporting an issue!...
Working in vue, we have more than one way to translate with vue-i18n. We can use `i18n.global.t("")` or deconstruct `t` from `useI18n()` or maybe even use $t in template. So...
I have a json File with default translations which is loaded during application runtime from an external source via HTTP Get. Now i want to load this file into the...
[vue-i18n](https://vue-i18n.intlify.dev/guide/advanced/sfc.html) supports either one block with all languages or a block for each language with a `locale` attribute. ```html { "en": { "hello": "hello world!" }, "ja": { "hello": "こんにちは、世界!"...
# 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 @11f4b67a; de.marhali.easyi18n.settings.ProjectSettingsService is in...
# Additional information / # Exception trace null ``` java.lang.AssertionError: (3559,3559), text: '', language = Language: Angular2 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:90) at com.intellij.lang.folding.CompositeFoldingBuilder.buildFoldRegions(CompositeFoldingBuilder.java:40) at...