Skip to content

Commit 5aa320e

Browse files
committed
Add 'ja' to installer language resource list in BuildExecutableInstall.bat
1 parent fbd94b2 commit 5aa320e

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)