feat: add translations for durations#156
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (32)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
JSON Translation Sync ResultsSummary:
Modified Files:
Files with Errors: Log Output: |
| "subscribe_button": "Předplatit a zaplatit nyní" | ||
| }, | ||
| "general": { | ||
| "translate_context": "General simple messages", |
There was a problem hiding this comment.
Could we make the naming consistent as we have time_zero_minutes which contains the figure, but time_hours that doesn't and time_hour that does.
How about the following which allows us to also have time_hour later if we need it:
"time_one_hour": "1 hodina",
"time_hours": "hodiny",
"time_one_minute": "1 minuta",
"time_minutes": "minuty",
"time_zero_minutes": "0 minut"
JSON Translation Sync ResultsSummary:
Modified Files:
Files with Errors: Log Output: |
JSON Translation Sync ResultsSummary:
Modified Files:
Files with Errors: Log Output: |
Explain your changes
Add translations for custom durations
Checklist
🛟 If you need help, consider asking for advice over in the Kinde community.