Hi everyone! ๐
I'm excited to announce a massive update to Cron Translator, this is essentially a v2.0 release with three major features that make it the most comprehensive cron tool available:
๐ Feature 1: Global Language Support (16 Languages!)We've added 13 new languages, bringing total support to 16 languages covering 5 billion users worldwide!
New languages:
- ๐ฉ๐ช German (Deutsch)
- ๐ซ๐ท French (Franรงais)
- ๐ต๐น Portuguese (Portuguรชs)
- ๐ฎ๐ณ Hindi (เคนเคฟเคจเฅเคฆเฅ)
- ๐ฏ๐ต Japanese (ๆฅๆฌ่ช)
- ๐จ๐ณ Simplified Chinese (็ฎไฝไธญๆ)
- ๐ฐ๐ท Korean (ํ๊ตญ์ด)
- ๐ท๐บ Russian (ะ ัััะบะธะน)
- ๐น๐ท Turkish (Tรผrkรงe)
- ๐ฎ๐ฉ Indonesian (Bahasa Indonesia)
- ๐ต๐ฑ Polish (Polski)
- ๐ป๐ณ Vietnamese (Tiแบฟng Viแปt)
- ๐ณ๐ฑ Dutch (Nederlands)
Impact:
โ
580M+ developers can now use it in their native language
โ
13/16 languages have native cronstrue support
โ
Zero competition in Turkish, Indonesian, Vietnamese markets
โ
Full localization: UI, examples, docs, SEO content
โก Feature 2: Spring Boot Macro SupportSpring developers rejoice! We now support Spring Framework 5.3+ scheduling macros:
@Scheduled(cron = "@hourly") โ "Once an hour, at the beginning of the hour"
@Scheduled(cron = "@daily") โ "Once a day at midnight"
@Scheduled(cron = "@weekly") โ "Once a week, Sunday at midnight"
@Scheduled(cron = "@monthly") โ "Once a month, on the first day at midnight"
@Scheduled(cron = "@yearly") โ "Once a year, January 1st at midnight"
@Scheduled(cron = "@annually") โ "Once a year, January 1st at midnight"
Why this matters:
No more converting Spring macros to cron manually
Instant translation in all 16 languages
Auto-detection: paste @daily and get immediate translation
Perfect for Spring Boot, Spring Batch, and Spring Integration projects
Example:
Input: @weekly
Output: "Jede Woche, Sonntag um Mitternacht" (German)
"ๆฏ้ฑไธๆฌก๏ผ้ฑๆฅๅๅค" (Chinese)
"้ฑใซ1ๅใๆฅๆๆฅใฎๆทฑๅค0ๆ" (Japanese)
๐ Feature 3: Crontab Parser (Paste & Parse)

New dedicated Crontab Parser section! Paste the entire output of crontab -l and get:
Before:
bash$ crontab -l
# Database backup
0 2 * * * /usr/local/bin/backup.sh
# Generate reports
30 9 * * 1-5 /opt/scripts/report.py
# Clear cache
0 */4 * * * /usr/bin/cache-clear.sh
After: Beautiful, readable table with:
โ
Translated schedules in your language
โ
Comments preserved as descriptions
โ
Command paths displayed
โ
One-click copy for each line
โ
Automatic parsing of complex formats
Have you tried the new features? What should we add next?
Drop a comment below! ๐
Special thanks to:
- @bradymholt for cronstrue library
- Spring Boot community for macro idea inspiration
- Everyone who requested non-English support
๐ Try It Out! Visit crontranslator.com

Top comments (0)