In the LibreOffice site .pot file we have currently:

#: data/footer.toml:0 i18n/en-us.toml:0
msgid "Blog"
msgstr ""

I would like to split it, so translators can completely control what is in the header (maybe they want to link somewhere else than some blog):

#: i18n/en-us.toml:0
msgid "Blog"
msgstr ""

#: data/footer.toml:0
msgid "Blog"
msgstr ""

But if I do this, `hugo gettext-extract pot` will always put it back together again. It didn't help that I added a description to the source. Is there a way to solve this?

Ilmari

--
To unsubscribe e-mail to: [email protected]
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/l10n/
Privacy Policy: https://www.documentfoundation.org/privacy

Reply via email to