Age | Commit message (Collapse) | Author | Files | Lines |
|
Signed-off-by: Moritz Haase <Moritz.Haase@bmw.de>
|
|
CMake 4 has removed support for compatibility with CMake < 3.5 and thus builds
fail with:
CMake Error at CMakeLists.txt:2 (cmake_minimum_required):
Compatibility with CMake < 3.5 has been removed from CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been
updated to work with policies introduced by <max> or earlier.
Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
To ensure builds with older CMake versions are still possible, use the suggested
'<min>...<max>' syntax instead of simply bumping '<min>'. To avoid a deprecation
warning by CMake 3.31+, 3.10 was chosen as '<max>' instead of 3.5.
While at it, move the 'cmake_minimum_required()' call before 'project()' to fix:
CMake Warning (dev) at CMakeLists.txt:2 (project):
cmake_minimum_required() should be called prior to this top-level
project() call. Please see the cmake-commands(7) manual for usage
documentation of both commands.
Signed-off-by: Moritz Haase <Moritz.Haase@bmw.de>
|
|
|
|
|
|
Leave the ISO date format "%Y-%m-%d" alone.
The long date format is printed with month format string "%OBta". This
uses the 'standalone' month name (because musl only supports that)
combined with the '-ta' suffix which results in correct month declension
for all the month names. With this format both 'strftime(..., "%c", tm)'
in musl and g_date_time_format(dt, "%c")' in GLib print the date
and time in the correct format
Short dates use "." as separator (really an ordinal marker for days and
months).
|
|
|
|
|
|
|
|
Contributed by Klaus Kuusela (@klaus.kuusela on GitLab.com).
Upstream-URL: https://gitlab.com/rilian-la-te/musl-locales/-/issues/13
Closes: #11
|
|
Upstream-URL: https://gitlab.com/rilian-la-te/musl-locales/-/issues/12
Closes: #10
|
|
Signed-off-by: Страхиња Радић <contact@strahinja.org>
|
|
Signed-off-by: Страхиња Радић <contact@strahinja.org>
Upstream-URL: https://gitlab.com/rilian-la-te/musl-locales/-/merge_requests/23
|
|
|
|
Upstream-URL: https://gitlab.com/rilian-la-te/musl-locales/-/merge_requests/22
|
|
Upstream-URL: https://gitlab.com/rilian-la-te/musl-locales/-/merge_requests/21
|
|
Signed-off-by: Miguel Gomes <alka.setzer@gmail.com>
Upstream-URL: https://gitlab.com/rilian-la-te/musl-locales/-/merge_requests/18
|
|
Update musl-po/nl_NL.po
See merge request rilian-la-te/musl-locales!20
|
|
|
|
|
|
Delete empty pt_BR.po from root dir
See merge request rilian-la-te/musl-locales!17
|
|
|
|
add Norwegian translations
See merge request rilian-la-te/musl-locales!16
|
|
|
|
fix incorrect spanish translations
See merge request rilian-la-te/musl-locales!13
|
|
feature: Add Italian localization (date, time and calendar only)
See merge request rilian-la-te/musl-locales!14
|
|
Add Brazilian Portuguese translations
See merge request rilian-la-te/musl-locales!15
|
|
|
|
|
|
|
|
Swedish translation
See merge request rilian-la-te/musl-locales!12
|
|
|
|
Fixed typo in September short form for Russian localization
See merge request rilian-la-te/musl-locales!11
|
|
|
|
Spanish translations
See merge request rilian-la-te/musl-locales!10
|
|
|
|
Dutch locale
See merge request rilian-la-te/musl-locales!9
|
|
|
|
de_DE locale
See merge request rilian-la-te/musl-locales!8
|
|
|
|
|
|
|
|
|
|
|
|
* add fr_FR locale
* update french translation
* update french translation
|
|
Sadly, the date format remains en_US because of musl limitations.
|
|
|
|
|
|
|
|
|
|
|