Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #987 +/- ##
============================================
+ Coverage 65.26% 65.88% +0.63%
- Complexity 1679 1788 +109
============================================
Files 244 256 +12
Lines 6887 7481 +594
Branches 1047 1166 +119
============================================
+ Hits 4494 4928 +434
- Misses 1795 1913 +118
- Partials 598 640 +42 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
|
||
| import java.util.regex.Pattern; | ||
|
|
||
| public class GlobUtil { |
There was a problem hiding this comment.
Could we reuse the file pattern approach that we already have for sources and translations?
| # CROWDIN CONTEXT DOWNLOAD | ||
| crowdin.context.download.usage.description=Download strings context | ||
| crowdin.context.download.usage.customSynopsis=@|fg(green) crowdin context download|@ <to> [CONFIG OPTIONS] [OPTIONS] | ||
| crowdin.context.download.to=File path to download the context to |
There was a problem hiding this comment.
| crowdin.context.download.to=File path to download the context to | |
| crowdin.context.download.to=File name to download the context to (without extension) |
| crowdin.context.usage.customSynopsis=@|fg(green) crowdin context|@ [SUBCOMMAND] [CONFIG OPTIONS] [OPTIONS] | ||
|
|
||
| # CROWDIN CONTEXT DOWNLOAD | ||
| crowdin.context.download.usage.description=Download strings context |
There was a problem hiding this comment.
| crowdin.context.download.usage.description=Download strings context | |
| crowdin.context.download.usage.description=Download strings context to a separate file for enrichment by AI Agent |
| crowdin.context.download.usage.customSynopsis=@|fg(green) crowdin context download|@ <to> [CONFIG OPTIONS] [OPTIONS] | ||
| crowdin.context.download.to=File path to download the context to | ||
| crowdin.context.download.file=Filter strings by Crowdin file path (glob). May be specified multiple times | ||
| crowdin.context.download.label=Filter strings by label. May be specified multiple times |
There was a problem hiding this comment.
| crowdin.context.download.label=Filter strings by label. May be specified multiple times | |
| crowdin.context.download.label=Filter strings by labels (multiple labels can be specified) |
for consistency with other commands
| crowdin.context.download.branch=Filter by branch name | ||
| crowdin.context.download.croql=CroQL expression | ||
| crowdin.context.download.since=Only strings created after this date (YYYY-MM-DD) | ||
| crowdin.context.download.format=Output format (only option: jsonl) |
There was a problem hiding this comment.
| crowdin.context.download.format=Output format (only option: jsonl) | |
| crowdin.context.download.format=Output format. Supported values: jsonl |
| # CROWDIN CONTEXT UPLOAD | ||
| crowdin.context.upload.usage.description=Upload strings context | ||
| crowdin.context.upload.usage.customSynopsis=@|fg(green) crowdin context upload|@ <file> [CONFIG OPTIONS] [OPTIONS] | ||
| crowdin.context.upload.file=File path to upload context from |
There was a problem hiding this comment.
| crowdin.context.upload.file=File path to upload context from | |
| crowdin.context.upload.file=The file path to upload the context from. Only files previously downloaded by the context download command are supported |
| crowdin.context.status.usage.description=Show context coverage statistics | ||
| crowdin.context.status.usage.customSynopsis=@|fg(green) crowdin context status|@ [CONFIG OPTIONS] [OPTIONS] | ||
| crowdin.context.status.file=Filter strings by Crowdin file path (glob). May be specified multiple times | ||
| crowdin.context.status.label=Filter strings by label. May be specified multiple times |
There was a problem hiding this comment.
the same as for crowdin.context.download.label
| crowdin.context.download.croql=CroQL expression | ||
| crowdin.context.download.since=Only strings created after this date (YYYY-MM-DD) | ||
| crowdin.context.download.format=Output format (only option: jsonl) | ||
| crowdin.context.download.status=Filter by context status (empty, ai, manual) |
There was a problem hiding this comment.
| crowdin.context.download.status=Filter by context status (empty, ai, manual) | |
| crowdin.context.download.status=Filter by context status. Supported values: empty, ai, manual |
| # CROWDIN CONTEXT RESET | ||
| crowdin.context.reset.usage.description=Remove AI-generated context from strings, preserving manual context | ||
| crowdin.context.reset.usage.customSynopsis=@|fg(green) crowdin context reset|@ [CONFIG OPTIONS] [OPTIONS] | ||
| crowdin.context.reset.file=Only reset strings from matching files. May be specified multiple times |
There was a problem hiding this comment.
It looks like we frequently use "Can be specified multiple times" wording in the existing strings. Let's try to make it consistent
Uh oh!
There was an error while loading. Please reload this page.