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
|
|
and recover referenced, but missing BMP_FOIL_NONE
Change-Id: Ief35a3e2f2934cbbed86b2bca3bda4d998f54734
Reviewed-on: https://gerrit.libreoffice.org/36997
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I2e15f649ef628903899b5351bd52fc85b50fde8d
|
|
Change-Id: I7ab0ad0f3216b69966f5ff345b052762993eb666
|
|
Change-Id: I75164f6878f53dc1382f3802b594914b1637e545
|
|
Change-Id: I2ef0b873a58710de399889cee3abf6b6ecf4fb1e
|
|
Change-Id: I5ddf0ba5fc289a124b39b9c14b7f5fdd3d7b54a4
|
|
Change-Id: Ic14b4177b87833b90d6b10a2dda96846ff2a5735
|
|
Change-Id: I30b207fe0027cb4cb04130401b2c7a888624293c
|
|
Change-Id: I5042141eaa0dfbf9d2184b86b537a9b149c9a06c
|
|
Change-Id: I2633173bb21da554f55b244d6d2947567c933c2a
|
|
along with SID_LAYER_DIALOG_WIN
There is a seperate normal Layer Dialog, but no
apparent way to create this Docking Window
Change-Id: I57b6928c14586f48cdf5e3e7588b6aa8560ecec1
|
|
Change-Id: I29ee55654391f24399aea24fc02c49c430c4e839
Reviewed-on: https://gerrit.libreoffice.org/9834
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I0e15b6f7610c7b262a037d6a9ea482112a5bb8b4
Reviewed-on: https://gerrit.libreoffice.org/9532
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Related to d1c74734c8d9026b0f0c03f7382ca60165cec8c6
Change-Id: Ic3a6147f0615e79640ec9f567168f93219d34020
|
|
In the past, NO_LOCALIZE_EXPORT macro must be used to
skip uneeded parsing of src files which has no localizable content.
It is unsued by now and it is more effective to handle
this files on gmake level:
gb_SrsTarget_add_nonlocalizable_files
gb_SrsTarget_add_nonlocalizable_templates
Plus remove some empty src file.
Change-Id: I8fc9b2db0b5fd7a3379d3c5be970c4fc691f4c53
|
|
Change-Id: I49eb93ec73d0783ab62eab5ce469526dd069e0b0
|
|
Change-Id: I0ecda6e3a29e51dfd1cd36fa8b0a02c8327d4c2c
|
|
Change-Id: Ib1a8716091a16eb970c9f218f4a8e496de72ff51
|
|
Change-Id: I303684cd0d4e2f3092cc776cd0b77725d6741bc6
|
|
Change-Id: I4ed22a776720bd6de64d08767a03a746276acba4
|
|
Change-Id: I0a2adcd606842c6b39665ecc641d2fd92c4eb7e7
|
|
Change-Id: I51f90299f0a2f9573dd8cfd1e6b875e7c76af125
|
|
Change-Id: I9dc8366d2e8bd2ab16ce11c9e69cbdbdca0ccae5
|
|
Change-Id: Ic0cee9c164eb077f76403a154461f1d1f3b52921
|
|
Change-Id: I4285ccfb9609305b2e92fec6c3f79b5277016f8b
|
|
Change-Id: Ida492cc72c7d5e26a220abf22c896cb45dee6130
|
|
Conflicts:
sd/UIConfig_sdraw.mk
Change-Id: I5625420bb374c03da0095065444787d082df8038
Reviewed-on: https://gerrit.libreoffice.org/6066
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Conflicts:
sd/UIConfig_sdraw.mk
Change-Id: I1635e21d3bcfa708b4e6b99e5ec5bd00448e1f59
Reviewed-on: https://gerrit.libreoffice.org/6054
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I65cb85e4f8ce3f234e6d9ae780a83db04c23f0f6
Reviewed-on: https://gerrit.libreoffice.org/6053
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I31f0a63e590224848aa5045592b48966dbae7ec7
|
|
Change-Id: Id49f80c6ab633ebd874bb14d70860e44bc3eeed2
|
|
and restore some list box contents
Change-Id: I0b5a3699eda917796803c401f4af9584fdbdbfb3
|
|
Change-Id: I32aa538026669e22e0756cd062b72e67f8d179e5
|
|
so we can remove them and fix up the broken help links to show
the right page in helpcontent2 itself
Change-Id: I1fb170fc37b92d0f271b63e5099800e0e99d9b4b
|
|
An undocumented feature can be enabled by environment variable
export SD_SHOW_NUMBERING_PAGE=1
so a paragraph numbering tab pages shows up.
Change-Id: I21b0c8f6dffefd09fa783f29d3280c955513ddd6
Reviewed-on: https://gerrit.libreoffice.org/4852
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I4f72ca2f1d090fede24c7d7441f1855c617ab315
|
|
Change-Id: If199b877b762780e4c18b15025454f0dc7912dcd
|
|
Change-Id: I5373c0a59fdbbe0230b74df967fdaf887b91f4e4
|
|
Change-Id: Ibcc9679b37f22fdfb6a53503b252f55a52834fbb
|
|
Change-Id: I4fd8530d461701c736beaf15ca6cf66dfdf58f86
|
|
Change-Id: Ie6331aa0551da5e6617b8bf407126aa3838031ec
|
|
Change-Id: I2555dc113b2fb4c77bec187b15f0bb545811b07b
|
|
Change-Id: I181c87f8406f095bd4dc499b47d91081f58aaf59
|
|
Change-Id: I75e83c2e2399f12e7d4cd035856e5ee07a75d494
|
|
Change-Id: I400fad08c0ae7b6b34bad63693f54856867e4dac
Reviewed-on: https://gerrit.libreoffice.org/3502
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
|
|
|
|
Change-Id: I92ab3ab57146524c1c70e6503261989df86dc22d
Reviewed-on: https://gerrit.libreoffice.org/2732
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I4e9bd57db4510b48b84847dda23feed5b8817df3
Reviewed-on: https://gerrit.libreoffice.org/1910
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: Ia172f144616d7468466a057bb1a431b3047209fd
|