File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
packages/userscript/source Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 5
5
ActivitySummarySection ,
6
6
ActivityTypeClass ,
7
7
} from "./helper/ActivitySummary" ;
8
+ import de from "./i18n/de.json" ;
8
9
import en from "./i18n/en.json" ;
9
10
import zh from "./i18n/zh.json" ;
10
11
import { ReligionManager } from "./ReligionManager" ;
@@ -28,7 +29,7 @@ import { DefaultLanguage, UserScript } from "./UserScript";
28
29
import { VillageManager } from "./VillageManager" ;
29
30
import { WorkshopManager } from "./WorkshopManager" ;
30
31
31
- const i18nData = { en, zh } ;
32
+ const i18nData = { de , en, zh } ;
32
33
33
34
export type TickContext = {
34
35
tick : number ;
@@ -49,7 +50,7 @@ export type EngineState = {
49
50
village : VillageSettings ;
50
51
workshop : WorkshopSettings ;
51
52
} ;
52
- export type SupportedLanguages = "en" | "zh" ;
53
+ export type SupportedLanguages = "de" | " en" | "zh" ;
53
54
54
55
export class Engine {
55
56
/**
You can’t perform that action at this time.
0 commit comments