@giuspen commented on this pull request.


> @@ -0,0 +1 @@
+be ca da de el es fr gl it ja kk nl pt pt_BR ru tr uk zh_CN

I'm clearly no expert of the autotools but without this change, on msys2 the 
languages binaries (*.gmo) are not generated.
With this change, all the *.gmo binaries are correctly built and consequently 
the script that generates the installer is happy ( 
build/msys2-geany-plugins-release.py and specifically run_command( 'makensis', 
...).
-> the error points to `File /r "${GEANY_PLUGINS_RELEASE_DIR}\share\locale\*"` 
in build/geany-plugins.nsi
```
Section "Language Files" SEC02
        SectionIn 1
        SetOutPath "$INSTDIR\share\locale"
        File /r "${GEANY_PLUGINS_RELEASE_DIR}\share\locale\*"
        ; dependency translations
        SetOutPath "$INSTDIR\share\locale"
        File /r "${DEPENDENCY_BUNDLE_DIR}\share\locale\*"
SectionEnd
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1408#discussion_r1941873643
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany-plugins/pull/1408/review/[email protected]>

Reply via email to