├── assets └── verbcode_dark_light.png └── README.md /assets/verbcode_dark_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Verbcode/verbcode-release/HEAD/assets/verbcode_dark_light.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Verbcode - Simplify your localization journey 2 | 3 | - DeepL integration to provide your own API Key 4 | - Multi-platform support (Windows, OS X, Linux) 5 | - Dark & light mode supported 6 | - Works with json and yaml files. 7 | - translated in 29 languages 8 | 9 | DeepL supports the following languages: https://support.deepl.com/hc/en-us/articles/360019925219-Languages-included-in-DeepL-Pro 10 | 11 | ## Supports dark & light mode 12 | 13 | ![Verbcode dark & light mode comparison](https://github.com/Verbcode/verbcode-release/blob/main/assets/verbcode_dark_light.png?raw=true) 14 | 15 | # Keyboard Shortcuts 16 | Save project: (⌘ / Ctrl) + S 17 | 18 | Translate current selection: (⌘ / Ctrl) + T 19 | 20 | ## How to setup i18n in Vue 21 | https://dev.to/staaph/how-to-set-up-i18n-in-vue-3-1k2b 22 | --------------------------------------------------------------------------------