[Localization] fix `run-history` locale files namings (#3745)
* fix `run-history` locale files namings * fix imports in `config.ts`
This commit is contained in:
parent
451307a7d8
commit
49f4f8ea71
|
@ -57,7 +57,7 @@ import weather from "./weather.json";
|
|||
import terrain from "./terrain.json";
|
||||
import modifierSelectUiHandler from "./modifier-select-ui-handler.json";
|
||||
import moveTriggers from "./move-trigger.json";
|
||||
import runHistory from "./run-history-ui-handler.json";
|
||||
import runHistory from "./run-history.json";
|
||||
|
||||
export const caEsConfig = {
|
||||
ability,
|
||||
|
|
|
@ -57,7 +57,7 @@ import weather from "./weather.json";
|
|||
import terrain from "./terrain.json";
|
||||
import modifierSelectUiHandler from "./modifier-select-ui-handler.json";
|
||||
import moveTriggers from "./move-trigger.json";
|
||||
import runHistory from "./run-history-ui-handler.json";
|
||||
import runHistory from "./run-history.json";
|
||||
|
||||
export const deConfig = {
|
||||
ability,
|
||||
|
|
|
@ -57,7 +57,7 @@ import weather from "./weather.json";
|
|||
import terrain from "./terrain.json";
|
||||
import modifierSelectUiHandler from "./modifier-select-ui-handler.json";
|
||||
import moveTriggers from "./move-trigger.json";
|
||||
import runHistory from "./run-history-ui-handler.json";
|
||||
import runHistory from "./run-history.json";
|
||||
|
||||
export const frConfig = {
|
||||
ability,
|
||||
|
|
|
@ -57,7 +57,7 @@ import weather from "./weather.json";
|
|||
import terrain from "./terrain.json";
|
||||
import modifierSelectUiHandler from "./modifier-select-ui-handler.json";
|
||||
import moveTriggers from "./move-trigger.json";
|
||||
import runHistory from "./run-history-ui-handler.json";
|
||||
import runHistory from "./run-history.json";
|
||||
|
||||
export const itConfig = {
|
||||
ability,
|
||||
|
|
|
@ -57,7 +57,7 @@ import weather from "./weather.json";
|
|||
import terrain from "./terrain.json";
|
||||
import modifierSelectUiHandler from "./modifier-select-ui-handler.json";
|
||||
import moveTriggers from "./move-trigger.json";
|
||||
import runHistory from "./run-history-ui-handler.json";
|
||||
import runHistory from "./run-history.json";
|
||||
|
||||
export const jaConfig = {
|
||||
ability,
|
||||
|
|
|
@ -57,7 +57,7 @@ import weather from "./weather.json";
|
|||
import terrain from "./terrain.json";
|
||||
import modifierSelectUiHandler from "./modifier-select-ui-handler.json";
|
||||
import moveTriggers from "./move-trigger.json";
|
||||
import runHistory from "./run-history-ui-handler.json";
|
||||
import runHistory from "./run-history.json";
|
||||
|
||||
export const koConfig = {
|
||||
ability,
|
||||
|
|
|
@ -57,7 +57,7 @@ import weather from "./weather.json";
|
|||
import terrain from "./terrain.json";
|
||||
import modifierSelectUiHandler from "./modifier-select-ui-handler.json";
|
||||
import moveTriggers from "./move-trigger.json";
|
||||
import runHistory from "./run-history-ui-handler.json";
|
||||
import runHistory from "./run-history.json";
|
||||
|
||||
export const ptBrConfig = {
|
||||
ability,
|
||||
|
|
|
@ -57,7 +57,7 @@ import weather from "./weather.json";
|
|||
import terrain from "./terrain.json";
|
||||
import modifierSelectUiHandler from "./modifier-select-ui-handler.json";
|
||||
import moveTriggers from "./move-trigger.json";
|
||||
import runHistory from "./run-history-ui-handler.json";
|
||||
import runHistory from "./run-history.json";
|
||||
|
||||
export const zhCnConfig = {
|
||||
ability,
|
||||
|
|
|
@ -57,7 +57,7 @@ import weather from "./weather.json";
|
|||
import terrain from "./terrain.json";
|
||||
import modifierSelectUiHandler from "./modifier-select-ui-handler.json";
|
||||
import moveTriggers from "./move-trigger.json";
|
||||
import runHistory from "./run-history-ui-handler.json";
|
||||
import runHistory from "./run-history.json";
|
||||
|
||||
export const zhTwConfig = {
|
||||
ability,
|
||||
|
|
Loading…
Reference in New Issue