2.0.0
What's Changed
-
String-based projects support
In string-based projects, the focus is on managing translatable content as individual strings rather than source files. In this project type, after uploading source files, Crowdin parses them into source strings. Unlike file-based projects, source files aren’t stored, and the emphasis is on managing the content at the string level. This approach is beneficial when dealing with projects that involve continuous content updates, dynamic content, or where a string-oriented structure is preferred.
-
The main panel has been split into two separate panels
- Upload panel - same as before, but only for uploading sources to a Crowdin project
- Download panel
- For file-based projects it's the same as before, but with only download sources & translations actions
- For string-based projects, shows a list of bundles with download action
-
Fixes for multi-workspace setup
- If there is more than 1 workspace, we now show workspace selection before selecting a project
- Project is saved for workspace instead of global setting
Full Changelog: 1.6.3...2.0.0