aleiepure / devtoolbox

Development tools at your fingertips
183 stars 15 forks source link

Add Brazilian Portuguese translation #12

Closed rffontenelle closed 1 year ago

rffontenelle commented 1 year ago

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?

aleiepure commented 1 year ago

Flatpak handles translations as a separate extension of the main executable. The GitHub Action doesn't produce it yet. See here.

aleiepure commented 1 year ago

I've updated the manifest to include translation as part of the main bundle. Should work now. Let me know.

rffontenelle commented 1 year ago

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.

aleiepure commented 1 year ago

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.

rffontenelle commented 1 year ago

Awesome, thanks!