wiesty / MMM-CoupleDays

MagicMirror² Module that displays the number of days, weeks, months, and years since a specified date, serving as a romantic reminder for couples.
MIT License
9 stars 5 forks source link

About language #4

Closed wedding0371 closed 1 year ago

wedding0371 commented 1 year ago

Hi wiesty:

Thank you for this awesome module. I made a chinese simple translation for project, maybe can help 😊

usage: language: "zh-cn"

the file :

{
    "day": "天",
    "days": "天",
    "week": "周",
    "weeks": "周",
    "month": "月",
    "months": "月",
    "year": "年",
    "years": "年",
    "total": "共计",
    "and": "与",
    "years_plural": "年时光" 
}
wiesty commented 1 year ago

Nice work. Added 👍🏻

Feel free to create a merge request next time on other projects 💯

Thank you!