summaryrefslogtreecommitdiff
path: root/i18npool/Library_localedata_euro.mk
AgeCommit message (Collapse)Author
2014-06-02add [fr-TG] to libs, fdo#79353Eike Rathke
Change-Id: Ia0f648f4ca601d8ecfb57386ca94942a928907e3
2014-06-02add [fr-NE] to libs, fdo#79352Eike Rathke
Change-Id: Ieae9482da1b3a78e97fb9eac9001dc98867577e7
2014-06-02add [fr-BJ] to libs, fdo#79351Eike Rathke
Change-Id: Ia4f807b4479db9e90c2bb639958742360deb0680
2014-06-02add [fr-SN] to libs, fdo#79350Eike Rathke
Change-Id: Ie663b6f91f858451f79a1247f9ba5ba863123125
2014-06-02add [fr-ML] to libs, fdo#79349Eike Rathke
Change-Id: Ie1edff7a586b8e74c98e7f3b9277fca14f487e94
2014-06-02add [fr-CI] to libs, fdo#79348Eike Rathke
Change-Id: I694057f4f9d62b5274da2cd82d52db9e1fade5e5
2014-04-11Resolves: #i124631# Add locale data for Tatar (tt-RU)Ariel Constenla-Haile
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-Haile
(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 Rathke
Change-Id: I788d1d1c54cc0a30cbbdc07066bf133c2814304a
2013-10-18added Ladin_Italy [lld-IT] locale data, fdo#70530Eike Rathke
Change-Id: I7c0e88ee9d01eec3df471d84f122123dfb24f4fe
2013-09-20rename 'sr*YU' to 'sr*CS'Eike Rathke
Change-Id: Ibbe7b29e5eea22d0e2169f641d677fc4726fe6a7
2013-09-10changed all 'sh' language to 'sr-Latn'Eike Rathke
Change-Id: Iafadaea87501bc3675eaf2856b5050a7e3ecaa37
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
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 Stahl
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-04-25fdo#48957 added Erzya [myv-RU] locale dataEike Rathke
Locale data contributed by <rueter.jack@gmail.com> using http://www.it46.se/localegen/
2012-04-08gbuild: "use" vs. "add":Michael Stahl
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úš Kukan
Also done lot of simplification and modernization.
2011-12-20Link most libs and executables with gb_STDLIBS as presumably is intendedTor Lillqvist
2011-09-03add an_ES (Aragonese) locale dataAndras Timar
2011-08-17convert i18npool to gbuildMatúš Kukan