comparison libgui/languages/build_ts/README.md @ 31549:ed7b17c7ddf3 stable

maint: Strip trailing spaces and add missing EOL to all files. * README, NEWS.6.md, RELEASE_CHECKLIST.md, README.md, besselj.cc, Array.h, LSODE.cc, set.m, audiorecorder.m, play.m, set.m, patch.m: Strip trailing spaces. * command-widget.cc, led-indicator.cc, led-indicator.h: Add missing EOL to files.
author Rik <rik@octave.org>
date Fri, 25 Nov 2022 21:38:22 -0800
parents 5ceb4bfcdb0f
children 8e4f14837db2
comparison
equal deleted inserted replaced
31548:c8ad083a5802 31549:ed7b17c7ddf3
8 8
9 The update is carried out by the Qt-tool `lupdate` which collect strings in source files found in the search path(s) provided as input argument to `lupdate`. The tool `lupdate`is called from the script 9 The update is carried out by the Qt-tool `lupdate` which collect strings in source files found in the search path(s) provided as input argument to `lupdate`. The tool `lupdate`is called from the script
10 10
11 - `libgui/languages/build_ts/update_ts_files` 11 - `libgui/languages/build_ts/update_ts_files`
12 12
13 which also determines the required search paths for each language. 13 which also determines the required search paths for each language.
14 14
15 Besides source folders within `libgui`, the search path is extended by some qt and qsci files, collected in `libgui/build_ts/octave-qt` and `libgui/build_ts/octave-qsci` respectively, whenever there are no translation files for the language from Qt or QsciScintilla. 15 Besides source folders within `libgui`, the search path is extended by some qt and qsci files, collected in `libgui/build_ts/octave-qt` and `libgui/build_ts/octave-qsci` respectively, whenever there are no translation files for the language from Qt or QsciScintilla.
16 16
17 The Following steps are required in order to update the language files `libgui/languages/*.ts`: 17 The Following steps are required in order to update the language files `libgui/languages/*.ts`:
18 18