Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add holidays for ru_RU locale #2

Merged
merged 2 commits into from
Oct 14, 2018

Conversation

artemnovichkov
Copy link
Contributor

Hey!

I've updated ru_RU holidays with popular dates from Wikipedia.

"5": {
"emoji": "🐷",
"message": "新年好 / 新年好"
"23": {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has to be in the same "2" block as the 2/14 holiday above, since due to the way JSON works, it uses the last copy of a given key in each object.

A fixed copy of the file:
{
  "fixed": {
    "1": {
      "1": {
        "emoji": "🎆",
        "message": "С Новым Годом!"
      }
    },
    "1": {
      "7": {
        "emoji": "❄️",
        "message": "С Рождеством!"
      }
    },
    "2": {
      "14": {
        "emoji": "💘",
        "message": "С Днем святого Валентина!"
      },
      "23": {
        "emoji": "🛡",
        "message": "С Днем защитника Отечества!"
      }
    },
    "3": {
      "8": {
        "emoji": "🌼",
        "message": "С 8 марта!"
      }
    },
    "5": {
      "1": {
        "emoji": "🚩",
        "message": "С праздником Весны и Труда!"
      },
      "9": {
        "emoji": "🎇",
        "message": "С Днем Победы!"
      }
    },
    "6": {
      "1": {
        "emoji": "🧒",
        "message": "С Днем защиты детей!"
      },
      "12": {
        "emoji": "🇷🇺",
        "message": "С Днем России!"
      }
    },
    "9": {
      "1": {
        "emoji": "👩‍🏫",
        "message": "С Днем знаний!"
      }
    },
    "11": {
      "4": {
        "emoji": "🤝",
        "message": "С Днем народного единства!"
      }
    }
  }
}

@artemnovichkov
Copy link
Contributor Author

@j-f1, thanks! I've fixed it.

@rnystrom rnystrom merged commit f6dcc08 into GitHawkApp:master Oct 14, 2018
@rnystrom
Copy link
Member

Awesome!!

Sent with GitHawk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants