i18next-key-show: Convenient Plugin for Viewing i18next Keys
i18next-key-show is a Chrome plugin developed by sushi. It falls under the category of Browsers and is specifically classified as an Add-ons & Tools. This plugin provides a convenient way to view the i18next multi-language native keys.
The main features of i18next-key-show are as follows:
1. Quick Access to Keys: By pressing q on the keyboard, users can easily view all the corresponding keys of the multi-language translations.
2. Translation Verification: Pressing w allows users to check the key corresponding to the translation and see the translation and key in a more intuitive manner. This feature is particularly useful when dealing with smaller translations.
3. Key Lookup: Pressing e enables users to check the key corresponding to the translation, especially in cases where there are a large number of keys. The plugin provides a specific icon and language information for easy reference.
4. Modal Translation View: i18next-key-show supports viewing the translated content in a specific modal, providing a more focused and convenient way to review translations.
Installing i18next-key-show is essential for multi-language projects that require frequent adjustments. Instead of relying on specific developers for verification, this plugin allows users to independently and intuitively find the corresponding keys.
To access the plugin, simply expose your i18n object on the window if you are using i18next technology for managing multiple languages. For example, you can use the following code: `window.__I18N__ = i18n`.