https://github.com/yubaoquan/i18n-esign
i18n json file combinator
https://github.com/yubaoquan/i18n-esign
excel i18n json
Last synced: 2 months ago
JSON representation
i18n json file combinator
- Host: GitHub
- URL: https://github.com/yubaoquan/i18n-esign
- Owner: yubaoquan
- Created: 2020-04-30T09:07:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-20T03:22:02.000Z (over 2 years ago)
- Last Synced: 2025-01-21T16:36:04.497Z (over 1 year ago)
- Topics: excel, i18n, json
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=ybq.i18n-esign
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# i18n-esign
Simple VSCode extension, easy to use
English | 简体中文
## Features
1. Combine all i18n language json files into one Excel file.
2. Update json file from excel file.
3. Highlight Chinese characters.

source:

result:

## Requirements
No
## Extension Settings
- languageTypes: Extension will find json files with these names (en-US.json, zh-CN.json), and generate Excel with columns named by this names.
- enableLinter: Mark string literals in editor so you can quickly spot on them.
- markColor: The color of matched non-English letters.
## Known Issues
No
## Release Notes
### 0.0.1
init
### 0.0.2
update readme
### 0.0.3
update readme
### 0.1.0
Add linter feature. Chinese characters will be marked a red border.
Some code copy from [kiwi-linter](https://github.com/alibaba/kiwi/tree/master/kiwi-linter)
### 0.1.1
Add missing dependency: typescript
### 0.1.2
Move typescript from devDependency to dependency
### 0.1.3
Add missing dependency
### 0.2.0
Add new feature:
1. support recursive find json in directory to generate excel;
2. update json files from excel;
Some code copy from [vscode-advanced-new-file](https://github.com/patbenatar/vscode-advanced-new-file)
### 0.2.1
Fix bug of not showing red border on Chinese characters.
### 0.2.2
Fix bug of parsing invalid json content in json file.
### 0.3.0
Fix bug of not founding new added text when generating excel after json file changed;
Change excel file name format;
### 0.3.1
Exclude node_modules
### 0.3.2
Bunding extension with webpack
### 0.3.3
Optimize code
### 0.3.4
debug
### 0.3.5
Fix excel generating bug
**Enjoy!**