Skip to content

fix(ar): render fullcalendar in english by ankush [frappe] PR#26207

Bot Dokos requested to merge ft-pr-26207 into develop

From: https://github.com/frappe/frappe/pull/26207
Date: 2024-04-29 18:42:12+05:30

  • fix(ar): render fullcalendar in english (#26207)



Diagnostics

pre-commit failed for source commit: e4ed1b98e44d0a128d893ad5c85f9ca202a603bc
prettier.................................................................Failed
- hook id: prettier
- files were modified by this hook

frappe/public/js/frappe/views/calendar/calendar.js



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-26207

# Alternatively, re-take the changes
git switch develop
ft take ft-pr-26207

# Make changes then rebase
git rebase -i develop

# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue

# Force-push changes
git push --force-with-lease

Merge request reports