Skip to content

Commit bb8f1ff

Browse files
authored
Merge pull request #8876 from tomneko/B3_0_Release
Add 'ja' to installer language resource list in BuildExecutableInstal…
2 parents fbd94b2 + 5aa320e commit bb8f1ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builds/install/arch-specific/win32/BuildExecutableInstall.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ if "%FB2_SNAPSHOT%"=="1" (
193193
echo Processing version strings in %%f
194194
%SED_COMMAND% %%f > %FB_GEN_DIR%\readmes\%%f
195195
)
196-
@for %%d in (ba cz de es fr hu it pl pt ru si ) do (
196+
@for %%d in (ba cz de es fr hu it pl pt ru si ja ) do (
197197
if not exist %FB_GEN_DIR%\readmes\%%d ( mkdir %FB_GEN_DIR%\readmes\%%d )
198198
for %%f in ( %%d\*.txt ) do (
199199
echo Processing version strings in %%f

0 commit comments

Comments
 (0)