Skip to content

Commit

Permalink
script patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Lysak committed Nov 19, 2024
1 parent 28daabc commit e1d75b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion public/locales/en/profile.json
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@
"subnames": {
"empty": "No subnames have been added",
"noResults": "No results",
"noMoreResults": "No more results",
"setProfile": "Set Profile",
"addSubname": {
"title": "Subnames let you create additional names from your existing name.",
Expand Down
2 changes: 1 addition & 1 deletion scripts/scan-locales.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import fs from 'fs'

import glob from 'glob'
import * as glob from 'glob'

import { BASE_LOCALE, getLocaleData, getLocalePaths } from './locale-utils.mjs'

Expand Down

0 comments on commit e1d75b5

Please sign in to comment.