Skip to content

Commit bed758a

Browse files
committed
FullscreenUI: Move translation strings to own file
1 parent 10a7d8a commit bed758a

File tree

6 files changed

+850
-840
lines changed

6 files changed

+850
-840
lines changed

scripts/generate_fullscreen_ui_translation_strings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"src/core/fullscreenui_settings.cpp",
1414
"src/core/fullscreenui_widgets.cpp",
1515
"src/core/fullscreenui_widgets.h"]
16-
DST_FILE = "src/core/fullscreenui.cpp"
16+
DST_FILE = "src/core/fullscreenui_strings.h"
1717

1818
full_source = ""
1919
for src_file in SRC_FILES:

src/core/core.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
<ClInclude Include="ddgo_controller.h" />
116116
<ClInclude Include="digital_controller.h" />
117117
<ClInclude Include="fullscreenui_private.h" />
118+
<ClInclude Include="fullscreenui_strings.h" />
118119
<ClInclude Include="fullscreenui_widgets.h" />
119120
<ClInclude Include="fullscreenui.h" />
120121
<ClInclude Include="game_database.h" />

src/core/core.vcxproj.filters

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@
151151
<ClInclude Include="ddgo_controller.h" />
152152
<ClInclude Include="fullscreenui_widgets.h" />
153153
<ClInclude Include="fullscreenui_private.h" />
154+
<ClInclude Include="fullscreenui_strings.h" />
154155
</ItemGroup>
155156
<ItemGroup>
156157
<None Include="gpu_sw_rasterizer.inl" />

0 commit comments

Comments
 (0)