easy-i18n icon indicating copy to clipboard operation
easy-i18n copied to clipboard

This is a IntelliJ IDE based plugin for internationalization. Supports the most common translation file types.

Results 170 easy-i18n issues
Sort by recently updated
recently updated
newest added

It would be great to have the possibility to click in the key locale file to jump in the source code on which that key is used. For example if...

enhancement

Hey first of all this plugin looks awesome! My project contains all translations in a single yaml file instead of yaml files divided by language like this: ``` language_nl: tenants:...

on hold

Hey everyone, Does this plugin work with Angular? thanks

question

Hello, first of all, thanks a lot for this awesome extension, I cannot dev without it !! Last week I tried to clean the translations files in my project, and...

enhancement

Errors while renaming the key. Plugin version: `4.0.0` `PhpStorm 2022.1.1` ``` An error occurred while processing translation files. Config: SINGLE => JSON (*.json) Path: /media/projects/some_project/src/i18n Please check examples at https://github.com/marhali/easy-i18n...

question

I would love to be able to rename translation keys with the IntelliJ rename feature. At the moment this gives the error `Cannot perform refactoring. Cannot modify library or SDK...

enhancement

I extended the plugin to use a free translator service to suggest translations. right click->pop-up menu on a translation string Conditions which must apply: - feature enabled id settings -...

enhancement
on hold

Really like this extension, but it's quite annoying if you have lots of entries because its distracting and could lag IntelliJ. Maybe it's possible to add an annotation for this?...

enhancement
long-term

Currently any string I type tries to autocomplete a translation string which is usually incorrect: ![image](https://github.com/marhali/easy-i18n/assets/24224847/aa31c312-4565-464a-af0b-d3068fc2ff64) It would be nice if we could specify a list of functions that gain...

enhancement

Hello there, thank you for updating your plugin to the latest version of Jetbrains IDEs, in the short time I wasn't able to use it I missed it greatly. One...