[PR #1412] [MERGED] Add Indian numbering format #22332

Closed
opened 2026-04-16 16:41:36 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1412
Author: @sidvishnoi
Created: 7/29/2023
Status: Merged
Merged: 7/29/2023
Merged by: @j-f1

Base: masterHead: indic-numbering-system


📝 Commits (3)

📊 Changes

3 files changed (+22 additions, -0 deletions)

View changed files

📝 packages/loot-core/src/shared/util.test.ts (+10 -0)
📝 packages/loot-core/src/shared/util.ts (+6 -0)
upcoming-release-notes/1412.md (+6 -0)

📄 Description

Formats numbers as: 1,00,000 (100,000 == 1 lakh) and 1,00,00,000 (10M == 1 crore)
https://en.wikipedia.org/wiki/Indian_numbering_system


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/1412 **Author:** [@sidvishnoi](https://github.com/sidvishnoi) **Created:** 7/29/2023 **Status:** ✅ Merged **Merged:** 7/29/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `indic-numbering-system` --- ### 📝 Commits (3) - [`0c6d5d5`](https://github.com/actualbudget/actual/commit/0c6d5d5f22ff17945c418473695dbce1947522d0) Add Indic numbering format - [`f51348b`](https://github.com/actualbudget/actual/commit/f51348bbf92f5f46fb30183775c4c80168bb63c6) release notes - [`76c7fe9`](https://github.com/actualbudget/actual/commit/76c7fe9065634583e499c7e07aa509dcc90bf61d) fix rounding-off in test ### 📊 Changes **3 files changed** (+22 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/shared/util.test.ts` (+10 -0) 📝 `packages/loot-core/src/shared/util.ts` (+6 -0) ➕ `upcoming-release-notes/1412.md` (+6 -0) </details> ### 📄 Description Formats numbers as: 1,00,000 (100,000 == 1 lakh) and 1,00,00,000 (10M == 1 crore) https://en.wikipedia.org/wiki/Indian_numbering_system --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 16:41:36 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#22332