diff --git a/public/locales/en/profile.json b/public/locales/en/profile.json index eb2c06034..b484bbeb6 100644 --- a/public/locales/en/profile.json +++ b/public/locales/en/profile.json @@ -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.", diff --git a/scripts/scan-locales.mjs b/scripts/scan-locales.mjs index 279312e6e..e8b7fce13 100644 --- a/scripts/scan-locales.mjs +++ b/scripts/scan-locales.mjs @@ -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'