octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #64982] Translation file (*.ts) for Octave 9.1


From: Rik
Subject: [Octave-bug-tracker] [bug #64982] Translation file (*.ts) for Octave 9.1 Release
Date: Thu, 7 Dec 2023 19:22:30 -0500 (EST)

Follow-up Comment #19, bug#64982 (group octave):

The .ts files are updated once before each release using the bash script in
libgui/languages/build_ts/update_ts_files.

The underlying call in the script is to 'lupdate' which is a Qt utility that
scans files for translation strings.  It's simple in that you just give it a
few paths and it does a recursive search.  But, it's bad for us in that we
potentially need to translate OCTAVE_NAMESPACE_BEGIN/END in 157 files.


grep -rl OCTAVE_BEGIN_NAMESPACE * | wc -l




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?64982>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]