Fixed strings typo

This commit is contained in:
Nicholas W 2023-11-30 00:58:16 -07:00 committed by GitHub
parent ecb462e482
commit 701cb9680a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
import Vue from "vue" import Vue from "vue"
import enUsStrings from '../strngs/en-us/strings.json' import enUsStrings from '../strings/en-us/strings.json'
import { supplant } from './utils' import { supplant } from './utils'
const defaultCode = 'en-us' const defaultCode = 'en-us'