VSCode i18n Importer ExtensionOverviewThis Visual Studio Code (VSCode) extension provides functionality to work with i18n (internationalization) files. It allows you to sort labels while retaining comments and import missing i18n labels from a selected file into the currently opened file in the editor. Features1. Sort Labels and Retain CommentsThis feature allows you to sort the labels in your i18n file while preserving comments associated with each label. It ensures a clean and organized arrangement of labels in your file. How to Use:
2. Import Missing i18n LabelsThis feature enables you to import missing i18n labels from a selected file into the currently opened i18n file in the editor. It updates existing labels, associates comments, and adds missing labels. How to Use:
3. Import Missing i18n Labels and exclude labels matching patternThis feature enables you to import missing i18n labels from a selected file into the currently opened i18n file in the editor but ignore those labels matching the pattern. It updates existing labels, associates comments, and adds missing labels excluding labels matching the pattern. Pattern can be specified in the settings for "excludePattern" parameter, its default value is "COMMON_". How to Use:
Installation
Usage
ContributingFeel free to contribute to the development of this extension. Fork the repository, make your changes, and submit a pull request. Issues and FeedbackIf you encounter any issues or have feedback, please report them on the GitHub Issues page. LicenseThis project is licensed under the MIT License. |