forked from pur1fying/blue_archive_auto_script
-
Notifications
You must be signed in to change notification settings - Fork 0
/
i18n.pro
36 lines (34 loc) · 1.3 KB
/
i18n.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
SOURCES += \
gui/components/expand/arenaPriority.py \
gui/components/expand/arenaShopPriority.py \
gui/components/expand/cafeInvite.py \
gui/components/expand/createPriority.py \
gui/components/expand/emulatorConfig.py \
gui/components/expand/eventMapConfig.py \
gui/components/expand/expandTemplate.py \
gui/components/expand/exploreConfig.py \
gui/components/expand/featureSwitch.py \
gui/components/expand/hardTaskConfig.py \
gui/components/expand/mainlinePriority.py \
gui/components/expand/otherConfig.py \
gui/components/expand/proceedPlot.py \
gui/components/expand/pushConfig.py \
gui/components/expand/schedulePriority.py \
gui/components/expand/scriptConfig.py \
gui/components/expand/serverConfig.py \
gui/components/expand/shopPriority.py \
gui/components/expand/sweepCountConfig.py \
gui/components/expand/totalForceFightPriority.py \
gui/components/dialog_panel.py \
gui/components/template_card.py \
gui/fragments/history.py \
gui/fragments/home.py \
gui/fragments/process.py \
gui/fragments/readme.py \
gui/fragments/settings.py \
gui/fragments/switch.py \
gui/util/config_translation.py \
window.py \
TRANSLATIONS += gui/i18n/en_US.ts \
gui/i18n/ja_JP.ts \
gui/i18n/ko_KR.ts \