summaryrefslogtreecommitdiff
path: root/i18npool/Library_localedata_euro.mk
AgeCommit message (Collapse)AuthorFilesLines
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky1-1/+0
Uwinapi is discontinued. Change-Id: I063b4d0d8fab2d60de168e960a63b8181158ac01 Reviewed-on: https://gerrit.libreoffice.org/23198 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: David Ostrovsky <david@ostrovsky.org>
2016-01-23i18npool: fix buildThorsten Behrens1-1/+1
Looks like 72c5e230f9cda8e18f63f7bbc6567487b4c5a5e0 missed the makefile change. Change-Id: I2d887ca6cb6c698fdb2d24029f38cce6050e0881
2015-06-03tdf#91199 add Venetian [vec-IT] locale dataEike Rathke1-0/+1
Corrected the usual pitfalls; added DateAcceptancePattern and ScientificFormatskey3 engineering format. Change-Id: Icecb2e84b6c454378fb5e6d478e1113317e9f3bc
2015-04-29inherit cu-RU format codes from ru-RU, tdf#90802 follow-upEike Rathke1-0/+1
Change-Id: Id37aa3a416ab826d5363dca4e91f83346460e78d
2014-10-07fdo#83292 add stub locale data for Catalan (Valencian)Andras Timar1-0/+1
Change-Id: I569d203178668a2d63f4a53baca51ac16bf2361a Reviewed-on: https://gerrit.libreoffice.org/11776 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2014-06-02add [fr-TG] to libs, fdo#79353Eike Rathke1-0/+1
Change-Id: Ia0f648f4ca601d8ecfb57386ca94942a928907e3
2014-06-02add [fr-NE] to libs, fdo#79352Eike Rathke1-0/+1
Change-Id: Ieae9482da1b3a78e97fb9eac9001dc98867577e7
2014-06-02add [fr-BJ] to libs, fdo#79351Eike Rathke1-0/+1
Change-Id: Ia4f807b4479db9e90c2bb639958742360deb0680
2014-06-02add [fr-SN] to libs, fdo#79350Eike Rathke1-0/+1
Change-Id: Ie663b6f91f858451f79a1247f9ba5ba863123125
2014-06-02add [fr-ML] to libs, fdo#79349Eike Rathke1-0/+1
Change-Id: Ie1edff7a586b8e74c98e7f3b9277fca14f487e94
2014-06-02add [fr-CI] to libs, fdo#79348Eike Rathke1-0/+1
Change-Id: I694057f4f9d62b5274da2cd82d52db9e1fade5e5
2014-04-11Resolves: #i124631# Add locale data for Tatar (tt-RU)Ariel Constenla-Haile1-0/+1
Locale data contributed by Irek Khaziev <khazirek@mail.ru> (cherry picked from commit f5d13ffd92a71451be33f96a56a3bd75156a5901) Change-Id: Ie360e8b8ad534394e0c265a63b70fbe4e91c1b6d
2014-04-07Related: #i124611# - Include nds-DE locale dataAriel Constenla-Haile1-0/+1
(cherry picked from commit bd1eb988440fb0d1d207fd3ef590f9115d259c81) Conflicts: i18npool/source/localedata/data/localedata_euro.map i18npool/source/localedata/data/makefile.mk Change-Id: I18e828af3a51735caa3c8e70326766f998b44419
2013-11-05added French (Burkina Faso) [fr-BF] locale data, fdo#71243Eike Rathke1-0/+1
Change-Id: I788d1d1c54cc0a30cbbdc07066bf133c2814304a
2013-10-18added Ladin_Italy [lld-IT] locale data, fdo#70530Eike Rathke1-0/+1
Change-Id: I7c0e88ee9d01eec3df471d84f122123dfb24f4fe
2013-09-20rename 'sr*YU' to 'sr*CS'Eike Rathke1-2/+2
Change-Id: Ibbe7b29e5eea22d0e2169f641d677fc4726fe6a7
2013-09-10changed all 'sh' language to 'sr-Latn'Eike Rathke1-3/+3
Change-Id: Iafadaea87501bc3675eaf2856b5050a7e3ecaa37
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl1-2/+0
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl1-1/+2
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl1-0/+1
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-04-25fdo#48957 added Erzya [myv-RU] locale dataEike Rathke1-0/+1
Locale data contributed by <rueter.jack@gmail.com> using http://www.it46.se/localegen/
2012-04-08gbuild: "use" vs. "add":Michael Stahl1-1/+1
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-03-24i18npool: use CustomTarget_*.mk makefilesMatúš Kukan1-73/+73
Also done lot of simplification and modernization.
2011-12-20Link most libs and executables with gb_STDLIBS as presumably is intendedTor Lillqvist1-0/+1
2011-09-03add an_ES (Aragonese) locale dataAndras Timar1-0/+1
2011-08-17convert i18npool to gbuildMatúš Kukan1-0/+110