Skip to content

Commit

Permalink
refactor(t9n): drop deprecated and obsolete useNoForNorwegian arg (#…
Browse files Browse the repository at this point in the history
…11085)

**Related Issue:** N/A

## Summary

`@arcgis/[email protected]` uses `no` for Norwegian by default, so
we can drop this argument.
  • Loading branch information
jcfranco authored Dec 18, 2024
1 parent 2a2049c commit 3bb022b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/calcite-components/src/controllers/useT9n.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { makeT9nController } from "@arcgis/components-controllers";
import { getAssetPath } from "../runtime";

export const useT9n = makeT9nController(getAssetPath, true);
export const useT9n = makeT9nController(getAssetPath);

0 comments on commit 3bb022b

Please sign in to comment.