summaryrefslogtreecommitdiff
path: root/es/package-description.txt
AgeCommit message (Expand)Author
2016-04-05Bring shipped Spanish dictionary up to version 2.1Ricardo Palomares
2016-01-17Bring shipped Spanish dictionary up to version 2.0Ricardo Palomares
2015-04-14Updated Spanish dictionary pack to 0.8Jacobo Aragunde Pérez
2013-07-19updated Spanish dictionary pack to 0.7Andras Timar
2012-10-16move dictionaries structure one directory upNorbert Thiebaud
ption> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/g
AgeCommit message (Collapse)Author
2017-04-27tdf#105204: more ShellCheck nitpicks for gIlmari Lauhakangas
Change-Id: I50cb1a403d3aa34434e61a2a995ef043b2f1f82c SC2086: Double quote to prevent globbing and word splitting. SC2145: Argument mixes string and array. Use * or separate argument. Reviewed-on: https://gerrit.libreoffice.org/37023 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2017-04-26tdf#105204: ShellCheck nitpicks for gIlmari Lauhakangas
Change-Id: I1814bc65c62af1a92a090127f1cfda8ad228936d SC2002: Useless cat. SC2045: Iterating over ls output is fragile. SC2166: Prefer [ p ] || [ q ] as [ p -o q ] is not well defined. SC2006: Use $(..) instead of legacy `..` Reviewed-on: https://gerrit.libreoffice.org/36571 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Jenkins <ci@libreoffice.org>
2016-05-17it is "git submodule", not "git submodules"Christian Lohmaier
2016-01-08g: fix var in checkoutJuergen Funk
Change-Id: Ie414037671ca9248931a47000db2b4ed259e72da Reviewed-on: https://gerrit.libreoffice.org/21217 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-06-18'g' doesn't work correctly when config_host.mk contains non-ascii characters.Tomofumi Yagi
In 'g' shell script, we use grep to get substring from config_host.mk file. When config_host.mk file contains non-ascii characters(e.g. Japanese), this processing doesn't work. As a result, some variables(SUBMODULES_CONFIGURED, REFERENCED_GIT, LINKED_GIT) will be assigned to "Binary file (standard input) matches". This is an error message of grep. The problem will reproduce on Cygwin64 with Japanese locale. With '-a' option, grep will work well, and 'g' shell script will work correctly. Please refer the following commit,too. http://cgit.freedesktop.org/libreoffice/core/commit/?id=0293ec98c92fd58a592f7dd86fbbf47e7b9195c6 Change-Id: If4e0b356173c8f442e3539ed343f441d87dbfd48 Reviewed-on: https://gerrit.libreoffice.org/16344 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>