Skip to content

Commit

Permalink
release: 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
CJY0208 committed Jun 28, 2024
1 parent 9212837 commit f3b6e9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fexd/tools",
"version": "0.1.5",
"version": "0.1.6",
"description": "fexd tools library",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/I18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export default class I18n {
const useResource = get(this.config, `types.${type}.resources`) !== false

if (isFunction(format)) {
function getRes(splitByDot: boolean) {
const getRes = (splitByDot: boolean) => {
const keyPaths = [type, this.language, keys]
return run(
format,
Expand Down

0 comments on commit f3b6e9c

Please sign in to comment.