Hi,

On Thursday, 2022-08-18 10:42:31 +0200, Sophie Gautier wrote:

> .pot file is the source template for translation. All translated .po files
> are here:
> https://github.com/LibreOffice/translations/tree/master/source
> strings are in sc.po and scaddins.po files

The spreadsheet function names are actually in formula/messages.po and
scaddins/messages.po under the respective language directories.

If you cloned the git repo then this command will output all available
translations:

git grep -E -A1 'msgid "[A-Z][A-Z0-9._]*"' source/*/{formula,scaddins}

Note that this
a) may contain some hits that are not function names but a parameter
   name or such (if it was all uppercase)
b) includes function names that are translated badly and even
   syntactically wrong, see also
   https://bugs.documentfoundation.org/show_bug.cgi?id=128200


  Eike

-- 
GPG key 0x6A6CD5B765632D3A - 2265 D7F3 A7B0 95CC 3918  630B 6A6C D5B7 6563 2D3A

-- 
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