mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-05 16:02:20 +02:00
locales interface fixes
This commit is contained in:
parent
0ba3e6d079
commit
d8f05bbb34
@ -10,13 +10,11 @@ export interface SimpleTranslationEntries {
|
||||
}
|
||||
|
||||
export interface FusionTranslationEntries {
|
||||
[key: string]: FusionTranslationEntry,
|
||||
}
|
||||
|
||||
export interface FusionTranslationEntry {
|
||||
fusionPrefix: string,
|
||||
fusionSuffix: string,
|
||||
}
|
||||
[key: string]: {
|
||||
fusionPrefix: string;
|
||||
fusionSuffix: string;
|
||||
};
|
||||
}
|
||||
|
||||
export interface MoveTranslationEntry {
|
||||
name: string,
|
||||
|
Loading…
Reference in New Issue
Block a user