Age | Commit message (Collapse) | Author |
|
* all .ui files go from <interface> to <interface domain="MODULE"> e.g. vcl
* all .src files go away and the english source strings folded into the .hrc as NC_("context", "source string")
* ResMgr is dropped in favour of std::locale imbued by boost::locale::generator pointed at matching
MODULE .mo files
* UIConfig translations are folded into the module .mo, so e.g. UIConfig_cui
goes from l10n target to normal one, so the res/lang.zips of UI files go away
* translation via Translation::get(hrc-define-key, imbued-std::locale)
* python can now be translated with its inbuilt gettext support (we keep the name strings.hrc there
to keep finding the .hrc file uniform) so magic numbers can go away there
* java and starbasic components can be translated via the pre-existing css.resource.StringResourceWithLocation
mechanism
* en-US res files go away, their strings are now the .hrc keys in the source code
* remaining .res files are replaced by .mo files
* in .res/.ui-lang-zip files, the old scheme missing translations of strings
results in inserting the english original so something can be found, now the
standard fallback of using the english original from the source key is used, so
partial translations shrink dramatically in size
* extract .hrc strings with hrcex which backs onto
xgettext -C --add-comments --keyword=NC_:1c,2 --from-code=UTF-8 --no-wrap
* extract .ui strings with uiex which backs onto
xgettext --add-comments --no-wrap
* qtz for gettext translations is generated at runtime as ascii-ified crc32 of
content + "|" + msgid
* [API CHANGE] remove deprecated binary .res resouce loader related uno apis
com::sun::star::resource::OfficeResourceLoader
com::sun::star::resource::XResourceBundleLoader
com::sun::star::resource::XResourceBundle
when translating strings via uno apis
com.sun.star.resource.StringResourceWithLocation
can continue to be used
Change-Id: Ia2594a2672b7301d9c3421fdf31b6cfe7f3f8d0a
|
|
Change-Id: I9899ee038a3ed323b77985f63fe189fc39ac1998
|
|
Change-Id: I89da499ee654b0803c3485227641e4d97db8ec60
Reviewed-on: https://gerrit.libreoffice.org/23171
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: I8451bc5a754332a4cbfaa721324e8256271de05e
|
|
Change-Id: I48af7bbb78f33035e6b8369eb460a6fdf5fc96b4
|
|
Change-Id: I2a276a6932ea1a36323f4c117e6caabaff9f0168
|
|
These are not built with Asan/Lsan and therefore are most likely false
positives.
Change-Id: I76ae7e4d023ab6401a34b61dbc9a05bc75327253
|
|
Most likely show up since 9c9f0ea2c38929d133b0fe2faf616ecab17e07c9
Change-Id: I9d097c1098edc626db67171893411363e13d7941
|
|
Change-Id: Ia5fa3f15ed3dbf37aa76959073be1796c8c8c043
|
|
Change-Id: Ia71c9abedfd325b9f5bb2a5e28b2386db5c2fd6b
|
|
Change-Id: I1a651fb059e6cbaece53c8dbac7436b493f66cd5
|
|
from 196396ffc72bbb1e4f9bbc8ff83432e22bf638af:leak-sanitizer/leak-suppress.txt
Change-Id: Icc7bab46de7a8e63ce149fd0277283f267fb2931
|