Norwegian langauge support, but I need to do some small fixes
This commit is contained in:
17
src/i18n/lang/no.ts
Normal file
17
src/i18n/lang/no.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
import option from "@/assets/locale/no/option.json";
|
||||
import playground from "@/assets/locale/no/playground.json";
|
||||
import common from "@/assets/locale/no/common.json";
|
||||
import sidepanel from "@/assets/locale/no/sidepanel.json";
|
||||
import settings from "@/assets/locale/no/settings.json";
|
||||
import knowledge from "@/assets/locale/no/knowledge.json";
|
||||
import chrome from "@/assets/locale/no/chrome.json";
|
||||
|
||||
export const no = {
|
||||
option,
|
||||
playground,
|
||||
common,
|
||||
sidepanel,
|
||||
settings,
|
||||
knowledge,
|
||||
chrome
|
||||
}
|
||||
Reference in New Issue
Block a user