feat: datepicker_bosnian_croatian by mahsem [frappe] PR#29189
From: https://github.com/frappe/frappe/pull/29189
Date: 2025-01-15 14:59:43+01:00
- feat: datepicker_croatian
- feat: datepicker_bosnian
Diagnostics
pre-commit failed for source commit: b1211c554f6252a39e2a441d026b02582189acb1
[WARNING] top-level `default_stages` uses deprecated stage names (commit) which will be removed in a future version. run: `pre-commit migrate-config` to automatically fix this.
frappe/public/js/frappe/form/controls/datepicker_i18n.js
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-29189
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-29189
# 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