FedoraQt / MediaWriter

Fedora Media Writer - Write Fedora Images to Portable Media
GNU General Public License v2.0
717 stars 155 forks source link

Change string source location in translation files #649

Closed rffontenelle closed 1 year ago

rffontenelle commented 1 year ago

This changes generate-pot-files.sh to run the commands from the repo root directory, instead from po/.

Note that mediawriter.ts was normally generated inside po/ directory, but this would still make lconvert-qt6 generate the problematic "../src" source location prefix. Therefore I moved mediawriter.ts to root directory and made it a git-ignored to avoid staging it but accident.

Fixes #648

rffontenelle commented 1 year ago

Nevermind. I learned that Weblate can be configured to ignore to leading parent directory ...