Closed rffontenelle closed 1 year ago
Flatpak handles translations as a separate extension of the main executable. The GitHub Action doesn't produce it yet. See here.
I've updated the manifest to include translation as part of the main bundle. Should work now. Let me know.
Weird. The artifact still doesn't show up in Portuguese and there is build error message Failed to save cache: ReserveCacheError: Unable to reserve cache with key flatpak-builder-7d8318a1884e1f88600126c3573868366a20c86e-x86_64, another job may be creating this cache.
But that's not important right now. If it works once released, it is good for me.
It's because it was run before my change to the workflow. I've already tested it with the other two translations and it works fine.
Awesome, thanks!
I'm not seeing my translation in the flatpak artifact produced by the GitHub Actions run. I even used
strace
to look for a call to the machine-readable translation file (.mo), but none was found. Shouldn't it be showing up translated?