Skip to content

Updated .pot and fr .po/.mo#557

Open
p-sage wants to merge 2 commits intoTudmotu:masterfrom
p-sage:fr-translation
Open

Updated .pot and fr .po/.mo#557
p-sage wants to merge 2 commits intoTudmotu:masterfrom
p-sage:fr-translation

Conversation

@p-sage
Copy link
Contributor

@p-sage p-sage commented Sep 22, 2025

Updated .pot and .po/.mo from latest release

Updated .pot from latest release
Updated fr translation from latest release
@bywkgexmkiltxh
Copy link
Contributor

bywkgexmkiltxh commented Sep 22, 2025

Hi,

After updating .pot file (template), it would be great to enter the following commands:

  1. Change directory to extension's root directory
cd /path/to/extension
  1. Extend .po files (translations) from re-generated .pot file for all languages. Doing this will not mess the translations and allow other translators to translate the new strings in their respective language
find locale -name "*.po" | while read -r po_file; do
  msgmerge --update "$po_file" clipboard-indicator.pot
done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants