i18nPlugin

Intellij idea i18next support plugin

MIT License

Stars
70
Committers
6

Bot releases are hidden (Show)

i18nPlugin - Release-2.5.0 Latest Release

Published by nyavro almost 4 years ago

-Missing translation inspection introduced
-Vue translation extraction improved
-Minor fixes

i18nPlugin - Release-2.4.1

Published by nyavro almost 4 years ago

-Vue Single file components support
-Extract translation sorted by key configuration setting
-GNU Plain Object & PHP gettext basic support

i18nPlugin - Release-2.3.0

Published by nyavro about 4 years ago

-Basic support of react-i18next useTranslation React hook: key annotation, navigation from code to translation
-Basic support of react-i18next 'Trans' element: key annotation, navigation from code to translation
-Show translation file full path in key creation action

i18nPlugin - Release-2.2.0

Published by nyavro about 4 years ago

Show translation as a ctrl+hover hint
Default namespace expanded up to 1000 characters (and up to 100 default namespaces)

i18nPlugin - Release-2.1.0

Published by nyavro over 4 years ago

Expressions inside translation function
Root level keys for default namespace support

i18nPlugin - Release-2.0.0

Published by nyavro over 4 years ago

Major release:
-refactorings
-multiple default namespaces support
-Vue i18n code completion for root key fragments

i18nPlugin - Release-1.8.3

Published by nyavro over 4 years ago

i18nPlugin - Release-1.8.1

Published by nyavro over 4 years ago

Folding i18n keys introduced
New settings: Folding enabled, Preferred folding language, Folding max length

i18nPlugin - Release-1.7.0

Published by nyavro over 4 years ago

PHP support introduced
Fixed false positive consideration of string as i18n key

i18nPlugin - Release-1.6.2

Published by nyavro over 4 years ago

Fixed JavaScript and JSX support issue
Fixed several code completion issues
Fixed default namespace unresolved reference issue

i18nPlugin - Release-1.6.1

Published by nyavro over 4 years ago

Introduced yaml translations support

i18nPlugin - Release-1.5.4

Published by nyavro over 4 years ago

Fixed compatibility issue with versions 2019.3

i18nPlugin - Release-1.5.3

Published by nyavro almost 5 years ago

Fixed compatibility issue

i18nPlugin - Release-1.5.1

Published by nyavro almost 5 years ago

Create translation files for missing namespace (quickfix)
Create property in Json file for missing key (quickfix)
Stop characters setting introduced - help to detect if 'suspicious' literal is i18n key or not.

i18nPlugin - Release-1.4.2

Published by nyavro almost 5 years ago

Fixed vue-i18n multi reference navigation;
Fixed unresolved default namespace key annotation.