Skip to content

Commit

Permalink
[K6.4] Language files not installed in 6.4.0-RC1 #9792
Browse files Browse the repository at this point in the history
  • Loading branch information
xillibit committed Jan 5, 2025
1 parent 2d0675c commit fabc31a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ workspace/kunena/build/tmp)
overwrite="true">
<mapper type="flatten" />
<fileset dir="${kunena.admin}">
<include name="**/*.ini" />
<include name="**/${lang}/*.ini" />
</fileset>
</copy>
<copy
Expand All @@ -647,8 +647,8 @@ workspace/kunena/build/tmp)
overwrite="true">
<mapper type="flatten" />
<fileset dir="${kunena.site}">
<include name="**/*.ini" />
<include name="**/kunena_ckeditor.js" />
<include name="**/${lang}/*.ini" />
<include name="**/${lang}/kunena_ckeditor.js" />
</fileset>
</copy>

Expand Down

0 comments on commit fabc31a

Please sign in to comment.