Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .cursor/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"plugins": {
"superpowers": {
"enabled": true
}
}
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor IDE config file accidentally committed

Low Severity

The .cursor/settings.json file is a Cursor IDE configuration file that was accidentally committed to the repository. It's not in .gitignore (which does exclude .idea/ and .vscode), so this will persist and affect all contributors who clone the repo.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 250656b. Configure here.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### Added

- Added an Indonesian (Bahasa Indonesia) language pack. [#1674](https://github.com/handsontable/hyperformula/pull/1674)

## [3.3.0] - 2026-05-20

### Added
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/i18n-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Configure HyperFormula to match the languages and regions of your users.

## Function names and errors

Each of HyperFormula's [built-in functions](built-in-functions.md) and [errors](types-of-errors.md) is available in [17 languages](localizing-functions.md#list-of-supported-languages).
Each of HyperFormula's [built-in functions](built-in-functions.md) and [errors](types-of-errors.md) is available in [18 languages](localizing-functions.md#list-of-supported-languages).

You can easily [switch between languages](localizing-functions.md) ([`language`](../api/interfaces/configparams.md#language)).

Expand Down
3 changes: 2 additions & 1 deletion docs/guide/localizing-functions.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Localizing functions

You can localize a function's ID and error
messages. Currently, HyperFormula supports 17 languages, with British English
messages. Currently, HyperFormula supports 18 languages, with British English
as the default.

To change the language all you need to do is import and
Expand Down Expand Up @@ -128,6 +128,7 @@ You can localize your custom functions as well. For details, see the [Custom fun
| Spanish | esES |
| Swedish | svSE |
| Turkish | trTR |
| Indonesian | idID |

## Demo

Expand Down
Loading
Loading