summaryrefslogtreecommitdiff
path: root/extras/source/autotext/lang/kk/standard
AgeCommit message (Collapse)Author
2021-09-06remove unnecessary settings.xml from autotextJustin Luth
I don't think that anyone wants their document settings adjusted just by entering some autotext. [Now, it didn't seem to be doing that because I suppose that since the value already exists, the import won't overwrite it.] find extras/source -name settings.xml | md5sum | sort //shows only a few unique entries. Visual comparing with "Meld" //didn't reveal any reason why the files are useful. I also removed ./autotext/lang/bg/standard/FN/Obj0012D655/settings.xml based on Laurent's advice, even though it contains <config:config-item config:name="Formula" E=mc^2 Otherwise, the other 7 versions were almost identical, differening only in OOo version .9, or 1.1 and show redline changes on/off. cd exttras/source find . -name settings.xml -exec rm {} \; git grep -l \/settings.xml *.xml | xargs sed -i /\/settings.xml/d git grep -l \/settings.xml ../CustomTarget_autotextshare.mk \ | xargs sed -i "/\/settings.xml/d" Change-Id: I9c148bdff55e6757e6fa98401486bc7c41ebf25d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121605 Tested-by: Jenkins Reviewed-by: Justin Luth <justin_luth@sil.org>
2019-09-24Improve FN AutoText for kkLaurent BP
Translate names which appear in Navigator Change-Id: I69f1166a7a57941ece5e35f4ca09c28116778eab Reviewed-on: https://gerrit.libreoffice.org/78906 Tested-by: Jenkins Reviewed-by: Laurent BP <laurent.balland-poirier@laposte.net>
2019-09-08tdf#81436 Add default Autotext to all l10nLaurent BP
For l10n that do not have yet Autotext, add: FN: Formula Numbering LOREM: Lorem Ipsum dummy text Change-Id: Ife882cdc70758ccbbc3fa8e185eca10fab005e4a Reviewed-on: https://gerrit.libreoffice.org/78353 Tested-by: Jenkins Reviewed-by: Laurent BP <laurent.balland-poirier@laposte.net>